IObservableFeatureFlagsStore 介面

定義

選擇性地實作 , IFeatureFlagsStore 以便使之前呼叫 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
衍生
實作

方法

GetBoolValue(String, String)

使用指定的 name擷取 儲存在底下的collectionPath布爾值。 collectionPath如果 或 name 不存在,則會傳回 null。

(繼承來源 IFeatureFlagsStore)
GetString(String, String)

使用指定的name擷取 儲存在底下的collectionPath字串值。 collectionPath如果 或 name 不存在,則會傳回 null。

(繼承來源 IFeatureFlagsStore)
GetSubCollections(String)

擷取 下 collectionPath的所有子集合。 這些是 'primitive' subCollections,因為它只是下一個子集合層級。 例如,針對包含 “Root Collection\Internal Collection\Leaf Collection” 的集合,使用 collectionPath 'Root Collection' 的 GetSubCollections 查詢會傳回 'Internal Collection'。

(繼承來源 IFeatureFlagsStore)

事件

Changed

發生於功能旗標的值變更時。

適用於