Aracılığıyla paylaş


RuntimeFeature.IsSupported(String) Yöntem

Tanım

Belirtilen bir özelliğin ortak dil çalışma zamanı tarafından desteklenip desteklenmediğini belirler.

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

Parametreler

feature
String

Özelliğin adı.

Döndürülenler

true destekleniyorsa; desteklenmiyorsa feature , false.

Şunlara uygulanır