KeyTipService.GetIsKeyTipScope(DependencyObject) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne la valeur de la IsKeyTipScope propriété jointe pour l’élément spécifié.
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
Paramètres
- element
- DependencyObject
Objet à partir duquel la valeur de propriété est lue.
Retours
Valeur de propriété de l’objet IsKeyTipScope .
Exceptions
La valeur spécifiée element est null.