AssociatedMetadataTypeTypeDescriptionProvider クラス

定義

属性、および関連付けられたクラスで定義されたプロパティ情報を追加することにより、クラスのメタデータ情報を拡張します。

public ref class AssociatedMetadataTypeTypeDescriptionProvider : System::ComponentModel::TypeDescriptionProvider
public class AssociatedMetadataTypeTypeDescriptionProvider : System.ComponentModel.TypeDescriptionProvider
type AssociatedMetadataTypeTypeDescriptionProvider = class
    inherit TypeDescriptionProvider
Public Class AssociatedMetadataTypeTypeDescriptionProvider
Inherits TypeDescriptionProvider
継承
AssociatedMetadataTypeTypeDescriptionProvider

注釈

クラスは AssociatedMetadataTypeTypeDescriptionProvider 、属性、プロパティ、イベントなどの特性を追加、変更、または非表示にすることで、型またはオブジェクトに関連付けられている型情報を動的に拡張します。 詳細については、「TypeDescriptor」を参照してください。

コンストラクター

AssociatedMetadataTypeTypeDescriptionProvider(Type)

指定した型を使用して、AssociatedMetadataTypeTypeDescriptionProvider クラスの新しいインスタンスを初期化します。

AssociatedMetadataTypeTypeDescriptionProvider(Type, Type)

指定したメタデータ プロバイダーの種類および関連づけられた型を使用して、AssociatedMetadataTypeTypeDescriptionProvider クラスの新しいインスタンスを初期化します。

メソッド

CreateInstance(IServiceProvider, Type, Type[], Object[])

別のデータ型の代わりに使用できるオブジェクトを作成します。

(継承元 TypeDescriptionProvider)
Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetCache(Object)

キーと値のペアの IDictionary としてアクセスされる、オブジェクトごとのキャッシュを取得します。

(継承元 TypeDescriptionProvider)
GetExtendedTypeDescriptor(Object)

指定されたオブジェクトの拡張されたカスタムの型記述子を取得します。

(継承元 TypeDescriptionProvider)
GetExtenderProviders(Object)

指定したオブジェクトの拡張プロバイダーを取得します。

(継承元 TypeDescriptionProvider)
GetFullComponentName(Object)

指定したコンポーネントの名前を取得します。コンポーネントに名前がない場合は null を取得します。

(継承元 TypeDescriptionProvider)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetReflectionType(Object)

指定されたオブジェクトに対して通常のリフレクションを実行します。

(継承元 TypeDescriptionProvider)
GetReflectionType(Type)

型に対して通常のリフレクションを実行します。

(継承元 TypeDescriptionProvider)
GetReflectionType(Type, Object)

指定された型の指定されたオブジェクトに対して通常のリフレクションを実行します。

(継承元 TypeDescriptionProvider)
GetRuntimeType(Type)

リフレクション型をランタイム型に変換します。

(継承元 TypeDescriptionProvider)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
GetTypeDescriptor(Object)

指定されたオブジェクトのカスタムの型記述子を取得します。

(継承元 TypeDescriptionProvider)
GetTypeDescriptor(Type)

指定された型のカスタムの型記述子を取得します。

(継承元 TypeDescriptionProvider)
GetTypeDescriptor(Type, Object)

指定した型およびオブジェクトの型記述子を取得します。

IsSupportedType(Type)

指定した型が型説明および型説明のプロバイダーのチェーンと互換性があるかどうかを示す値を取得します。

(継承元 TypeDescriptionProvider)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください