共用方式為


FeatureManager.InitializeFeatures 方法

初始化根據指定型別定義的功能提供者之所有功能連接器。

命名空間:  Microsoft.Windows.Design.Features
組件:  Microsoft.Windows.Design.Extensibility (在 Microsoft.Windows.Design.Extensibility.dll 中)

語法

'宣告
Public Sub InitializeFeatures ( _
    type As Type _
)
public void InitializeFeatures(
    Type type
)
public:
void InitializeFeatures(
    Type^ type
)
member InitializeFeatures : 
        type:Type -> unit 
public function InitializeFeatures(
    type : Type
)

參數

  • type
    型別:System.Type
    需初始化其功能連接器的型別。

例外狀況

例外狀況 條件
ArgumentNullException

type 為 nullNull 參照 (即 Visual Basic 中的 Nothing)。

.NET Framework 安全性

請參閱

參考

FeatureManager 類別

Microsoft.Windows.Design.Features 命名空間

FeatureProvider

FeatureConnector<TFeatureProviderType>

其他資源

功能提供者和功能連接器

了解 WPF 設計工具擴充性