取得功能連接器的 FeatureManager。
命名空間: Microsoft.Windows.Design.Features
組件: Microsoft.Windows.Design.Extensibility (在 Microsoft.Windows.Design.Extensibility.dll 中)
語法
'宣告
Protected ReadOnly Property Manager As FeatureManager
Get
protected FeatureManager Manager { get; }
protected:
property FeatureManager^ Manager {
FeatureManager^ get ();
}
member Manager : FeatureManager
function get Manager () : FeatureManager
屬性值
型別:Microsoft.Windows.Design.Features.FeatureManager
與功能連接器相關聯的 FeatureManager。
備註
建構功能連接器時,會快取 FeatureManager。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
FeatureConnector<TFeatureProviderType> 類別
Microsoft.Windows.Design.Features 命名空間