IFeatureFlagsStore2.GetCollection(String) Method

Definition

Returns an object providing access to the values under a collection.

public Microsoft.VisualStudio.FeatureFlags.IFeatureFlagsStoreCollection GetCollection(string collectionPath);
abstract member GetCollection : string -> Microsoft.VisualStudio.FeatureFlags.IFeatureFlagsStoreCollection
Public Function GetCollection (collectionPath As String) As IFeatureFlagsStoreCollection

Parameters

collectionPath
String

Returns

Applies to