Click or drag to resize

APIGetUIItemText Method

Retrieves text from UI Item.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string GetUIItemText(
	AutomationElement UIItemObject
)

Parameters

UIItemObject
Type: System.Windows.AutomationAutomationElement

[Missing <param name="UIItemObject"/> documentation for "M:AppRobotic.API.GetUIItemText(System.Windows.Automation.AutomationElement)"]

Return Value

Type: String
Returns string containing UI Item text or error message.
See Also