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

適用於