Click or drag to resize

APIGetText Method

Gets text of UI Item.

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

Parameters

UIItemVariable
Type: System.Windows.AutomationAutomationElement

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

Return Value

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