KeyTipService.GetKeyTipStyle(DependencyObject) 方法

定义

返回指定元素的附加属性的值 KeyTipStyle

public:
 static System::Windows::Style ^ GetKeyTipStyle(System::Windows::DependencyObject ^ element);
public static System.Windows.Style GetKeyTipStyle(System.Windows.DependencyObject element);
static member GetKeyTipStyle : System.Windows.DependencyObject -> System.Windows.Style
Public Shared Function GetKeyTipStyle (element As DependencyObject) As Style

参数

element
DependencyObject

从中读取属性值的对象。

返回

KeyTipStyle对象的属性值。

例外

指定的 elementnull

适用于