FeatureConnectorAttribute.FeatureConnectorType 属性

获取要实例化的 FeatureConnector<TFeatureProviderType> 类型。

命名空间:  Microsoft.Windows.Design.Features
程序集:  Microsoft.Windows.Design.Extensibility(在 Microsoft.Windows.Design.Extensibility.dll 中)

语法

声明
Public ReadOnly Property FeatureConnectorType As Type
    Get
public Type FeatureConnectorType { get; }
public:
property Type^ FeatureConnectorType {
    Type^ get ();
}
member FeatureConnectorType : Type
function get FeatureConnectorType () : Type

属性值

类型:System.Type
一个 Type 对象,表示要实例化的 FeatureConnector<TFeatureProviderType> 类型。

.NET Framework 安全性

请参见

参考

FeatureConnectorAttribute 类

Microsoft.Windows.Design.Features 命名空间

FeatureManager

FeatureProvider

FeatureConnector<TFeatureProviderType>

其他资源

功能提供程序和功能连接器

了解 WPF 设计器扩展性