共用方式為


FeatureConnector<TFeatureProviderType> 建構函式

初始化 FeatureConnector<TFeatureProviderType> 類別的新執行個體。

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

語法

'宣告
Protected Sub New ( _
    manager As FeatureManager _
)
protected FeatureConnector(
    FeatureManager manager
)
protected:
FeatureConnector(
    FeatureManager^ manager
)
new : 
        manager:FeatureManager -> FeatureConnector
protected function FeatureConnector(
    manager : FeatureManager
)

參數

備註

所有的功能連接器在建構時,都需要服務提供者。

.NET Framework 安全性

請參閱

參考

FeatureConnector<TFeatureProviderType> 類別

Microsoft.Windows.Design.Features 命名空間

FeatureManager

FeatureProvider

FeatureConnectorAttribute

其他資源

功能提供者和功能連接器

了解 WPF 設計工具擴充性