AppContext.TargetFrameworkName 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 de la version de framework ciblée par l’application actuelle.
public:
static property System::String ^ TargetFrameworkName { System::String ^ get(); };
public static string? TargetFrameworkName { get; }
public static string TargetFrameworkName { get; }
member this.TargetFrameworkName : string
Public Shared ReadOnly Property TargetFrameworkName As String
Valeur de propriété
Le nom de la version de framework ciblée par l’application actuelle.
Remarques
Le nom de la version du framework cible correspond à la valeur de la TargetFrameworkAttribute.FrameworkName propriété. Pour obtenir la liste des noms d’infrastructure cible pour .NET Framework, consultez l’élément <supportedRuntime>, élément.