IObservableFeatureFlagsStore2 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 IObservableFeatureFlagsStore2 : Microsoft.VisualStudio.FeatureFlags.IObservableFeatureFlagsStore
type IObservableFeatureFlagsStore2 = interface
interface IObservableFeatureFlagsStore
interface IFeatureFlagsStore
Public Interface IObservableFeatureFlagsStore2
Implements IObservableFeatureFlagsStore
- 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 |
| WatchForChanges(String) |
Watch for when the value of a feature flag changes. |
Events
| Name | Description |
|---|---|
| Changed |
Occurs when the value of a feature flag changes. (Inherited from IObservableFeatureFlagsStore) |