KeyTipService.GetIsKeyTipScope(DependencyObject) メソッド

定義

指定した要素の IsKeyTipScope 添付プロパティの値を返します。

public:
 static bool GetIsKeyTipScope(System::Windows::DependencyObject ^ element);
public static bool GetIsKeyTipScope(System.Windows.DependencyObject element);
static member GetIsKeyTipScope : System.Windows.DependencyObject -> bool
Public Shared Function GetIsKeyTipScope (element As DependencyObject) As Boolean

パラメーター

element
DependencyObject

プロパティ値の読み取り元のオブジェクト。

返品

オブジェクトの IsKeyTipScope プロパティ値。

例外

指定した elementnull

適用対象