Selector.GetIsSelected(DependencyObject) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
項目が選択されているかどうかを示す IsSelected 添付プロパティの値を取得します。
public:
static bool GetIsSelected(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForChildren]
public static bool GetIsSelected (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForChildren>]
static member GetIsSelected : System.Windows.DependencyObject -> bool
Public Shared Function GetIsSelected (element As DependencyObject) As Boolean
パラメーター
- element
- DependencyObject
IsSelected プロパティについて照会するオブジェクト。
戻り値
ブール値。IsSelected プロパティが true
の場合は true
。
- 属性