Share via


IMultipleViewProvider.GetSupportedViews 方法

定义

检索特定于控件的视图标识符的集合。

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

返回

Int32[]

int[]

标识可用于 UI 自动化元素的视图的值的集合。

适用于