IFeatureManagerSnapshot 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供功能狀態的快照集,以確保指定要求之間的一致性。
public interface IFeatureManagerSnapshot : Microsoft.FeatureManagement.IFeatureManager
type IFeatureManagerSnapshot = interface
interface IFeatureManager
Public Interface IFeatureManagerSnapshot
Implements IFeatureManager
- 實作
方法
GetFeatureNamesAsync() |
擷取在功能管理員中註冊的功能名稱清單。 (繼承來源 IFeatureManager) |
IsEnabledAsync(String) |
檢查指定的功能是否已啟用。 (繼承來源 IFeatureManager) |
IsEnabledAsync<TContext>(String, TContext) |
檢查指定的功能是否已啟用。 (繼承來源 IFeatureManager) |