ProvidePropertyAttribute コンストラクター

定義

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

オーバーロード

ProvidePropertyAttribute(String, String)

プロパティの名前とそのプロパティを受け取る側の型を指定して、ProvidePropertyAttribute クラスの新しいインスタンスを初期化します。

ProvidePropertyAttribute(String, Type)

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

ProvidePropertyAttribute(String, String)

ソース:
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 を指定して、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

適用対象