Share via


KeyTipService.GetKeyTipStyle(DependencyObject) Metodo

Definizione

Restituisce il valore della proprietà associata KeyTipStyle per l'elemento specificato.

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

Parametri

element
DependencyObject

Oggetto da cui viene letto il valore della proprietà.

Restituisce

Il valore della proprietà KeyTipStyle dell'oggetto.

Eccezioni

Il valore specificato per il parametro element è null.

Si applica a