ProvidePropertyAttribute Konstruktory

Definice

Inicializuje novou instanci ProvidePropertyAttribute třídy.

Přetížení

ProvidePropertyAttribute(String, String)

Inicializuje novou instanci ProvidePropertyAttribute třídy s názvem vlastnosti a typem jejího příjemce.

ProvidePropertyAttribute(String, Type)

Inicializuje novou instanci ProvidePropertyAttribute třídy s názvem vlastnosti a její Type.

ProvidePropertyAttribute(String, String)

Zdroj:
ProvidePropertyAttribute.cs
Zdroj:
ProvidePropertyAttribute.cs
Zdroj:
ProvidePropertyAttribute.cs

Inicializuje novou instanci ProvidePropertyAttribute třídy s názvem vlastnosti a typem jejího příjemce.

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)

Parametry

propertyName
String

Název vlastnosti rozšiřující na objekt zadaného typu.

receiverTypeName
String

Název datového typu, který může tato vlastnost rozšířit.

Platí pro

ProvidePropertyAttribute(String, Type)

Zdroj:
ProvidePropertyAttribute.cs
Zdroj:
ProvidePropertyAttribute.cs
Zdroj:
ProvidePropertyAttribute.cs

Inicializuje novou instanci ProvidePropertyAttribute třídy s názvem vlastnosti a její 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)

Parametry

propertyName
String

Název vlastnosti rozšiřující na objekt zadaného typu.

receiverType
Type

Datový Type typ objektu, který může přijmout vlastnost.

Platí pro