PolicyDrivenFeatureConnector<TFeatureProviderType> 类

更新:2007 年 11 月

一个可以创建基于 ItemPolicy 对象的功能提供程序的功能连接器。

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

语法

声明
Public MustInherit Class PolicyDrivenFeatureConnector(Of TFeatureProviderType As FeatureProvider) _
    Inherits FeatureConnector(Of TFeatureProviderType)
用法
Dim instance As PolicyDrivenFeatureConnector(Of TFeatureProviderType)
public abstract class PolicyDrivenFeatureConnector<TFeatureProviderType> : FeatureConnector<TFeatureProviderType>
where TFeatureProviderType : FeatureProvider
generic<typename TFeatureProviderType>
where TFeatureProviderType : FeatureProvider
public ref class PolicyDrivenFeatureConnector abstract : public FeatureConnector<TFeatureProviderType>
JScript 不支持泛型类型或方法。

类型参数

  • TFeatureProviderType
    功能提供程序的类型。

备注

PolicyDrivenFeatureConnector<TFeatureProviderType> 创建基于项策略的功能提供程序。PolicyDrivenFeatureConnector<TFeatureProviderType> 类缓存并维护一组与当前策略匹配的功能提供程序。当这些功能提供程序更改时,PolicyDrivenFeatureConnector<TFeatureProviderType> 类可以通知您。

继承层次结构

System.Object
  Microsoft.Windows.Design.Features.FeatureConnector<TFeatureProviderType>
    Microsoft.Windows.Design.Features.PolicyDrivenFeatureConnector<TFeatureProviderType>

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

另请参见

参考

PolicyDrivenFeatureConnector<TFeatureProviderType> 成员

Microsoft.Windows.Design.Features 命名空间

FeatureConnector<TFeatureProviderType>

FeatureProvider

FeatureConnectorAttribute

其他资源

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

了解 WPF 设计器扩展性