ProvidePropertyAttribute コンストラクター

定義

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

オーバーロード

名前 説明
ProvidePropertyAttribute(String, String)

プロパティの名前とそのレシーバーの型を使用して、 ProvidePropertyAttribute クラスの新しいインスタンスを初期化します。

ProvidePropertyAttribute(String, Type)

プロパティとそのProvidePropertyAttributeの名前を使用して、Type クラスの新しいインスタンスを初期化します。

ProvidePropertyAttribute(String, String)

ソース:
ProvidePropertyAttribute.cs
ソース:
ProvidePropertyAttribute.cs
ソース:
ProvidePropertyAttribute.cs
ソース:
ProvidePropertyAttribute.cs
ソース:
ProvidePropertyAttribute.cs

プロパティの名前とそのレシーバーの型を使用して、 ProvidePropertyAttribute クラスの新しいインスタンスを初期化します。

public:
 ProvidePropertyAttribute(System::String ^ propertyName, System::String ^ receiverTypeName);
public ProvidePropertyAttribute(string propertyName, string receiverTypeName);
new System.ComponentModel.ProvidePropertyAttribute : string * string -> System.ComponentModel.ProvidePropertyAttribute
Public Sub New (propertyName As String, receiverTypeName As String)

パラメーター

propertyName
String

指定した型のオブジェクトに拡張されるプロパティの名前。

receiverTypeName
String

このプロパティが拡張できるデータ型の名前。

適用対象

ProvidePropertyAttribute(String, Type)

ソース:
ProvidePropertyAttribute.cs
ソース:
ProvidePropertyAttribute.cs
ソース:
ProvidePropertyAttribute.cs
ソース:
ProvidePropertyAttribute.cs
ソース:
ProvidePropertyAttribute.cs

プロパティとそのProvidePropertyAttributeの名前を使用して、Type クラスの新しいインスタンスを初期化します。

public:
 ProvidePropertyAttribute(System::String ^ propertyName, Type ^ receiverType);
public ProvidePropertyAttribute(string propertyName, Type receiverType);
new System.ComponentModel.ProvidePropertyAttribute : string * Type -> System.ComponentModel.ProvidePropertyAttribute
Public Sub New (propertyName As String, receiverType As Type)

パラメーター

propertyName
String

指定した型のオブジェクトに拡張されるプロパティの名前。

receiverType
Type

プロパティを受け取ることができるオブジェクトのデータ型の Type

適用対象