Share via


FeatureFlags.IFeatureFlagsInternal.IsFeatureEnabledWithoutCustomization Method

Definition

bool IFeatureFlagsInternal.IsFeatureEnabledWithoutCustomization (string featureName, string featureCollectionPath, bool defaultValue);
abstract member Microsoft.Internal.VisualStudio.FeatureFlags.IFeatureFlagsInternal.IsFeatureEnabledWithoutCustomization : string * string * bool -> bool
override this.Microsoft.Internal.VisualStudio.FeatureFlags.IFeatureFlagsInternal.IsFeatureEnabledWithoutCustomization : string * string * bool -> bool
Function IsFeatureEnabledWithoutCustomization (featureName As String, featureCollectionPath As String, defaultValue As Boolean) As Boolean Implements IFeatureFlagsInternal.IsFeatureEnabledWithoutCustomization

Parameters

featureName
String
featureCollectionPath
String
defaultValue
Boolean

Returns

Implements

Applies to