Click or drag to resize

APIGetCurrentSupportedViews Method

Retrieves a collection of UI Item control-specific view identifiers.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public int[] GetCurrentSupportedViews(
	AutomationElement UIItemVariable
)

Parameters

UIItemVariable
Type: System.Windows.AutomationAutomationElement

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

Return Value

Type: Int32
Returns array of view identifiers or NULL.
See Also