RuntimeFeature.IsSupported(String) Methode

Definitie

Bepaalt of een opgegeven functie wordt ondersteund door de algemene taalruntime.

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

Parameters

feature
String

De naam van de functie.

Retouren

trueindien feature ondersteund; anders. false

Van toepassing op