JournalEntry.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 de l’entrée de journal correspondant à l’élément spécifié.
public:
static System::String ^ GetName(System::Windows::DependencyObject ^ dependencyObject);
public static string GetName (System.Windows.DependencyObject dependencyObject);
static member GetName : System.Windows.DependencyObject -> string
Public Shared Function GetName (dependencyObject As DependencyObject) As String
Paramètres
- dependencyObject
- DependencyObject
Élément à partir duquel obtenir la valeur de la propriété jointe.
Retours
Propriété jointe Name de l’entrée de journal correspondant à l’élément spécifié.