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 をタグ付きクラスに関連付けます。
こちらもご覧ください
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET