IMultipleViewProvider.GetSupportedViews Method

Definition

Retrieves a collection of control-specific view identifiers.

public:
 Platform::Array <int> ^ GetSupportedViews();
winrt::array_view <int> GetSupportedViews();
public int[] GetSupportedViews();
function getSupportedViews()
Public Function GetSupportedViews () As Integer()

Returns

Int32[]

int[]

A collection of values that identifies the views available for a UI Automation element.

Applies to