Share via


ArraySettingItemPropertyRule.FeatureFlag(String, Boolean) Method

Definition

Creates a ArraySettingItemPropertyRule that is satisfied when the Visual Studio feature flag featureFlagId value is value.

public static Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyRule FeatureFlag (string featureFlagId, bool value);
static member FeatureFlag : string * bool -> Microsoft.VisualStudio.Extensibility.Settings.ArraySettingItemPropertyRule
Public Shared Function FeatureFlag (featureFlagId As String, value As Boolean) As ArraySettingItemPropertyRule

Parameters

featureFlagId
String

The identifier of the Visual Studio feature flag.

value
Boolean

The value of the feature flag that satisfies this rule.

Returns

A ArraySettingItemPropertyRule instance.

Applies to