ProvidePropertyAttribute Construtores

Definição

Inicializa uma nova instância da classe ProvidePropertyAttribute.

Sobrecargas

ProvidePropertyAttribute(String, String)

Inicializa uma nova instância da classe ProvidePropertyAttribute com o nome da propriedade e o tipo do seu receptor.

ProvidePropertyAttribute(String, Type)

Inicializa uma nova instância da classe ProvidePropertyAttribute com o nome da propriedade e seu Type.

ProvidePropertyAttribute(String, String)

Origem:
ProvidePropertyAttribute.cs
Origem:
ProvidePropertyAttribute.cs
Origem:
ProvidePropertyAttribute.cs

Inicializa uma nova instância da classe ProvidePropertyAttribute com o nome da propriedade e o tipo do seu receptor.

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)

Parâmetros

propertyName
String

O nome da propriedade se estendendo a um objeto do tipo especificado.

receiverTypeName
String

O nome do tipo de dados que essa propriedade pode estender.

Aplica-se a

ProvidePropertyAttribute(String, Type)

Origem:
ProvidePropertyAttribute.cs
Origem:
ProvidePropertyAttribute.cs
Origem:
ProvidePropertyAttribute.cs

Inicializa uma nova instância da classe ProvidePropertyAttribute com o nome da propriedade e seu 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)

Parâmetros

propertyName
String

O nome da propriedade se estendendo a um objeto do tipo especificado.

receiverType
Type

O Type do tipo de dados do objeto que pode receber a propriedade.

Aplica-se a