ActivationConstraint.FeatureFlag(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an activation constraint that is true
when the provided feature flag is enabled.
public static Microsoft.VisualStudio.Extensibility.ActivationConstraint FeatureFlag (string featureName);
static member FeatureFlag : string -> Microsoft.VisualStudio.Extensibility.ActivationConstraint
Public Shared Function FeatureFlag (featureName As String) As ActivationConstraint
Parameters
- featureName
- String
Feature flag identifier.
Returns
A constraint that is true
when the provided Visual Studio feature flag is enabled.
Remarks
This term is intended for internal use, as a result there is no known list of feature flags.