ProvidePropertyAttribute Konstruktory

Definice

Inicializuje novou instanci ProvidePropertyAttribute třídy.

Přetížení

Name Description
ProvidePropertyAttribute(String, String)

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

ProvidePropertyAttribute(String, Type)

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

ProvidePropertyAttribute(String, String)

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

Inicializuje novou instanci ProvidePropertyAttribute třídy s názvem vlastnosti a typem jeho 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, která se rozšiřuje 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
Zdroj:
ProvidePropertyAttribute.cs
Zdroj:
ProvidePropertyAttribute.cs

Inicializuje novou instanci ProvidePropertyAttribute třídy s názvem vlastnosti a jeho 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, která se rozšiřuje na objekt zadaného typu.

receiverType
Type

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

Platí pro