Share via


KeyTipService.GetIsKeyTipScope(DependencyObject) Metodo

Definizione

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

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

Parametri

element
DependencyObject

Oggetto da cui viene letto il valore della proprietà.

Restituisce

Boolean

Il valore della proprietà IsKeyTipScope dell'oggetto.

Eccezioni

Il valore specificato per il parametro element è null.

Si applica a