RuntimeFeature.IsSupported(String) 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.
Détermine si une fonctionnalité spécifique est prise en charge par le Common Language Runtime.
public:
static bool IsSupported(System::String ^ feature);
public static bool IsSupported (string feature);
static member IsSupported : string -> bool
Public Shared Function IsSupported (feature As String) As Boolean
Paramètres
- feature
- String
Nom de la fonctionnalité.
Retours
true si feature est pris en charge ; sinon, false.