TypeDescriptionProviderAttribute コンストラクター

定義

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

オーバーロード

TypeDescriptionProviderAttribute(String)

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

TypeDescriptionProviderAttribute(Type)

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

TypeDescriptionProviderAttribute(String)

ソース:
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 クラスの新しいインスタンスを初期化します。

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 をタグ付きクラスに関連付けます。

こちらもご覧ください

適用対象