IObservableFeatureFlagsStore Interface
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.
Optionally implemented by an IFeatureFlagsStore in order to invalidate any cached values from prior calls to GetBoolValue(String, String).
public interface class IObservableFeatureFlagsStore : Microsoft::VisualStudio::FeatureFlags::IFeatureFlagsStore
public interface IObservableFeatureFlagsStore : Microsoft.VisualStudio.FeatureFlags.IFeatureFlagsStore
type IObservableFeatureFlagsStore = interface
interface IFeatureFlagsStore
Public Interface IObservableFeatureFlagsStore
Implements IFeatureFlagsStore
- Derived
- Implements
Methods
| Name | Description |
|---|---|
| GetBoolValue(String, String) |
Retrieves a boolean value stored under the |
| GetString(String, String) |
Retrieves a string value stored under the |
| GetSubCollections(String) |
Retrieves all subcollections under the |
Events
| Name | Description |
|---|---|
| Changed |
Occurs when the value of a feature flag changes. |