KeyTipService.GetIsKeyTipScope(DependencyObject) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定元素的 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 属性值。
例外
指定的 element
为 null
。