Share via


FeatureFlags.GetFlags Method

Definition

A method used to retrieve all feature flags for this user and appid combination. The values of the flags returned are the currently set values and may differ from the defaults. This will only return the set of registered flags.

public:
 virtual System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::FeatureFlags::FeatureFlag> ^ GetFlags();
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.FeatureFlags.FeatureFlag> GetFlags ();
abstract member GetFlags : unit -> seq<Microsoft.VisualStudio.FeatureFlags.FeatureFlag>
override this.GetFlags : unit -> seq<Microsoft.VisualStudio.FeatureFlags.FeatureFlag>
Public Function GetFlags () As IEnumerable(Of FeatureFlag)

Returns

An enumerable collection of FeatureFlag

Implements

Applies to