ExperimentalFeature.IsEnabled(String) Method

Definition

Check if the specified experimental feature has been enabled.

public static bool IsEnabled (string featureName);
static member IsEnabled : string -> bool
Public Shared Function IsEnabled (featureName As String) As Boolean

Parameters

featureName
String

Returns

Applies to