TypeDescriptionProviderAttribute コンストラクター

定義

TypeDescriptionProviderAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
TypeDescriptionProviderAttribute(String)

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

TypeDescriptionProviderAttribute(Type)

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

TypeDescriptionProviderAttribute(String)

ソース:
TypeDescriptionProviderAttribute.cs
ソース:
TypeDescriptionProviderAttribute.cs
ソース:
TypeDescriptionProviderAttribute.cs
ソース:
TypeDescriptionProviderAttribute.cs
ソース:
TypeDescriptionProviderAttribute.cs

指定した型名を使用して、 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

型の修飾名。

例外

typeNamenullです。

注釈

TypeDescriptionProviderAttribute コンストラクターは、指定したTypeDescriptionProviderをタグ付けされたクラスに関連付けます。

こちらもご覧ください

適用対象

TypeDescriptionProviderAttribute(Type)

ソース:
TypeDescriptionProviderAttribute.cs
ソース:
TypeDescriptionProviderAttribute.cs
ソース:
TypeDescriptionProviderAttribute.cs
ソース:
TypeDescriptionProviderAttribute.cs
ソース:
TypeDescriptionProviderAttribute.cs

指定した型を使用して、 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

属性に格納する型。

例外

typenullです。

注釈

TypeDescriptionProviderAttribute コンストラクターは、指定したTypeDescriptionProviderをタグ付けされたクラスに関連付けます。

こちらもご覧ください

適用対象