_Type.Name Propriété
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.
Fournit aux objets COM un accès indépendant de la version à la Name propriété.
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
Valeur de propriété
Nom du Type.
Remarques
Cette propriété est destinée à l’accès aux classes managées à partir de code non managé et ne doit pas être appelée à partir du code managé.
La MemberInfo.Name propriété obtient le nom du Type.