IWritableFeatureFlagsStore Interface
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.
An abstraction of a writable 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 class IWritableFeatureFlagsStore : Microsoft::VisualStudio::FeatureFlags::IFeatureFlagsStore
public interface class IWritableFeatureFlagsStore : Microsoft::VisualStudio::FeatureFlags::IFeatureFlagsStore
__interface IWritableFeatureFlagsStore : Microsoft::VisualStudio::FeatureFlags::IFeatureFlagsStore
public interface IWritableFeatureFlagsStore : Microsoft.VisualStudio.FeatureFlags.IFeatureFlagsStore
type IWritableFeatureFlagsStore = interface
interface IFeatureFlagsStore
Public Interface IWritableFeatureFlagsStore
Implements IFeatureFlagsStore
- Implements
Delete |
Deletes the given property from the collection. Succeeds silently if the property doesn't exist. |
Get |
Retrieves a boolean value stored under the |
Get |
Retrieves a string value stored under the |
Get |
Retrieves all subcollections under the |
Set |
Updates the value of the property to the given bool value. If the previous data type of the property was something else this method overwrites it. If the property doesn't exist, it will create one. If the colleciton doesn't exist, it will be created. |
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |