AutomationProperties.GetName(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.
Obtient la propriété jointe Name pour le DependencyObject spécifié.
public:
static System::String ^ GetName(System::Windows::DependencyObject ^ element);
public static string GetName (System.Windows.DependencyObject element);
static member GetName : System.Windows.DependencyObject -> string
Public Shared Function GetName (element As DependencyObject) As String
Paramètres
- element
- DependencyObject
DependencyObject à vérifier.
Retours
Nom de l’élément spécifié.