次の方法で共有


ISelectionProvider.GetSelection メソッド

定義

選択されている各子要素の UI オートメーション プロバイダーを取得します。

public:
 Platform::Array <IRawElementProviderSimple ^> ^ GetSelection();
winrt::array_view <IRawElementProviderSimple const&> GetSelection();
public IRawElementProviderSimple[] GetSelection();
function getSelection()
Public Function GetSelection () As IRawElementProviderSimple()

戻り値

UI オートメーション プロバイダーの配列。

適用対象