次の方法で共有


Microsoft.Windows.Design.Features 名前空間

カスタムの機能プロバイダーと機能コネクタの機能拡張を提供します。

FeatureProvider クラスと FeatureConnector<TFeatureProviderType> クラスを使用して、デザイナーにおけるカスタムのデザイン時の外観と動作を実装します。MetadataStore クラスと FeatureAttribute クラスを使用して、コントロールにカスタムの機能プロバイダーをアタッチします。

クラス

  クラス 説明
パブリック クラス FeatureAttribute FeatureProvider 型を表す Type オブジェクトを格納します。
パブリック クラス FeatureAvailableEventArgs FeatureAvailable イベントにデータを提供します。
パブリック クラス FeatureConnector<TFeatureProviderType> 機能コネクタ ベースの全機能拡張の基本実装を提供します。
パブリック クラス FeatureConnectorAttribute FeatureProvider の処理に必要な FeatureConnector<TFeatureProviderType> の型を示します。
パブリック クラス FeatureConnectorInformation 指定された機能コネクタについての情報が格納されます。
パブリック クラス FeatureManager 機能プロバイダーと機能コネクタを管理します。
パブリック クラス FeatureProvider 機能にクラス固有の処理を追加します。

デリゲート

  デリゲート 説明
パブリック デリゲート MetadataProviderCallback FeatureManager クラスにメタデータ属性を提供するカスタム機構を指定します。