IFeatureFlagsStore2 Interface

Definition

An abstraction of the repository for feature flags. The collection semantics are modeled after IVsSettingsStore and as such:

Collections can contain properties and sub collections. Sub collection paths are described with the strings like the directory paths of file systems. Path contains names of all the parent collections. Similarly, separator used between the names of the parent collections is '' (back-slash) character. Example of a sub collection path would be: "Root Collection\Internal Collection\Leaf Collection".

public interface IFeatureFlagsStore2
type IFeatureFlagsStore2 = interface
Public Interface IFeatureFlagsStore2

Methods

Name Description
GetCollection(String)

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

Applies to