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 クラスにメタデータ属性を提供するカスタム機構を指定します。 |