IFeatureFlagsStore2.GetCollection(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.
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