TypeDescriptionProviderAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
TypeDescriptionProviderAttribute クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| TypeDescriptionProviderAttribute(String) |
指定した型名を使用して、 TypeDescriptionProviderAttribute クラスの新しいインスタンスを初期化します。 |
| TypeDescriptionProviderAttribute(Type) |
指定した型を使用して、 TypeDescriptionProviderAttribute クラスの新しいインスタンスを初期化します。 |
TypeDescriptionProviderAttribute(String)
指定した型名を使用して、 TypeDescriptionProviderAttribute クラスの新しいインスタンスを初期化します。
public:
TypeDescriptionProviderAttribute(System::String ^ typeName);
public TypeDescriptionProviderAttribute(string typeName);
new System.ComponentModel.TypeDescriptionProviderAttribute : string -> System.ComponentModel.TypeDescriptionProviderAttribute
Public Sub New (typeName As String)
パラメーター
- typeName
- String
型の修飾名。
例外
typeName は nullです。
注釈
TypeDescriptionProviderAttribute コンストラクターは、指定したTypeDescriptionProviderをタグ付けされたクラスに関連付けます。
こちらもご覧ください
適用対象
TypeDescriptionProviderAttribute(Type)
指定した型を使用して、 TypeDescriptionProviderAttribute クラスの新しいインスタンスを初期化します。
public:
TypeDescriptionProviderAttribute(Type ^ type);
public TypeDescriptionProviderAttribute(Type type);
new System.ComponentModel.TypeDescriptionProviderAttribute : Type -> System.ComponentModel.TypeDescriptionProviderAttribute
Public Sub New (type As Type)
パラメーター
- type
- Type
属性に格納する型。
例外
type は nullです。
注釈
TypeDescriptionProviderAttribute コンストラクターは、指定したTypeDescriptionProviderをタグ付けされたクラスに関連付けます。