Condividi tramite


KeyTipService.GetKeyTip(DependencyObject) Metodo

Definizione

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

public:
 static System::String ^ GetKeyTip(System::Windows::DependencyObject ^ element);
public static string GetKeyTip (System.Windows.DependencyObject element);
static member GetKeyTip : System.Windows.DependencyObject -> string
Public Shared Function GetKeyTip (element As DependencyObject) As String

Parametri

element
DependencyObject

Oggetto da cui viene letto il valore della proprietà.

Restituisce

String

Il valore della proprietà KeyTip dell'oggetto.

Eccezioni

Il valore specificato per il parametro element è null.

Si applica a