次の方法で共有


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 オートメーション要素に使用できるビューを識別する値のコレクション。

適用対象