ModelMetadata.GetDisplayName 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 un nom d’affichage pour le modèle.
public:
System::String ^ GetDisplayName();
public string GetDisplayName ();
member this.GetDisplayName : unit -> string
Public Function GetDisplayName () As String
Retours
Le nom d’affichage.
Remarques
GetDisplayName() retourne la première des expressions suivantes qui a une valeur différentenull
: DisplayName, Nameou ModelType.Name
.