Share via


TreeViewAutomationPeer.ISelectionProvider.IsSelectionRequired プロパティ

定義

UI オートメーション プロバイダーが少なくとも 1 つの子要素の選択を必要とするかどうかを示す値を取得します。

property bool System::Windows::Automation::Provider::ISelectionProvider::IsSelectionRequired { bool get(); };
bool System.Windows.Automation.Provider.ISelectionProvider.IsSelectionRequired { get; }
member this.System.Windows.Automation.Provider.ISelectionProvider.IsSelectionRequired : bool
 ReadOnly Property IsSelectionRequired As Boolean Implements ISelectionProvider.IsSelectionRequired

プロパティ値

選択が必要な場合は true。それ以外の場合は false

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、TreeViewAutomationPeer のインスタンスが ISelectionProvider インターフェイスにキャストされる場合のみ、使用できます。

適用対象