ProvidePropertyAttribute Konstruktorok

Definíció

Inicializálja a ProvidePropertyAttribute osztály új példányát.

Túlterhelések

Name Description
ProvidePropertyAttribute(String, String)

Inicializálja az ProvidePropertyAttribute osztály új példányát a tulajdonság nevével és a fogadó típusával.

ProvidePropertyAttribute(String, Type)

Inicializálja az ProvidePropertyAttribute osztály új példányát a tulajdonság nevével és annak Typenevével.

ProvidePropertyAttribute(String, String)

Forrás:
ProvidePropertyAttribute.cs
Forrás:
ProvidePropertyAttribute.cs
Forrás:
ProvidePropertyAttribute.cs
Forrás:
ProvidePropertyAttribute.cs
Forrás:
ProvidePropertyAttribute.cs

Inicializálja az ProvidePropertyAttribute osztály új példányát a tulajdonság nevével és a fogadó típusával.

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)

Paraméterek

propertyName
String

A tulajdonság neve, amely a megadott típusú objektumra terjed ki.

receiverTypeName
String

A tulajdonság adattípusának neve kiterjeszthető.

A következőre érvényes:

ProvidePropertyAttribute(String, Type)

Forrás:
ProvidePropertyAttribute.cs
Forrás:
ProvidePropertyAttribute.cs
Forrás:
ProvidePropertyAttribute.cs
Forrás:
ProvidePropertyAttribute.cs
Forrás:
ProvidePropertyAttribute.cs

Inicializálja az ProvidePropertyAttribute osztály új példányát a tulajdonság nevével és annak Typenevével.

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)

Paraméterek

propertyName
String

A tulajdonság neve, amely a megadott típusú objektumra terjed ki.

receiverType
Type

A Type tulajdonságot fogadó objektum adattípusa.

A következőre érvényes: