FeatureFlag Structure

Visual Studio 2015
 

A feature flag that consists of a name and the enabled state.

Namespace:   Microsoft.VisualStudio.FeatureFlags
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public value struct FeatureFlag

NameDescription
System_CAPS_pubmethodFeatureFlag(String^, Boolean)

Initializes an instance of FeatureFlag with the given name and state. FeatureFlag objects are immutable.

NameDescription
System_CAPS_pubpropertyIsEnabled

Determines whether the feature should be enabled.

System_CAPS_pubpropertyName

Gets or sets the name.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: