次の方法で共有


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 デザイナの機能拡張について