FrameworkName.FullName 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.
Obtient le nom complet de cet objet FrameworkName.
public:
property System::String ^ FullName { System::String ^ get(); };
public string FullName { get; }
member this.FullName : string
Public ReadOnly Property FullName As String
Valeur de propriété
Nom complet de cet objet FrameworkName.
Remarques
La chaîne retournée par la FullName propriété a le format suivant :
identifier, Version=version[, Profile=profile]
où identifier correspond à la Identifier propriété , version
équivaut à appeler Version.ToString sur la valeur de la Version propriété et profile
correspond à la Profile propriété . Si aucun profil n’a été affecté à l’objet FrameworkName , le composant de profil n’est pas inclus dans la chaîne.
La valeur de la FullName propriété est identique à la chaîne retournée par la ToString méthode .