IMultipleViewProvider.GetSupportedViews Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.