次の方法で共有


ISelectionProvider.IsSelectionRequired プロパティ

定義

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

public:
 property bool IsSelectionRequired { bool get(); };
bool IsSelectionRequired();
public bool IsSelectionRequired { get; }
var boolean = iSelectionProvider.isSelectionRequired;
Public ReadOnly Property IsSelectionRequired As Boolean

プロパティ値

Boolean

bool

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

適用対象