Lenguaje

ProvidePropertyAttribute Constructores

Definición

Inicializa una nueva instancia de la clase ProvidePropertyAttribute.

Sobrecargas

Nombre Description
ProvidePropertyAttribute(String, String)

Inicializa una nueva instancia de la ProvidePropertyAttribute clase con el nombre de la propiedad y el tipo de su receptor.

ProvidePropertyAttribute(String, Type)

Inicializa una nueva instancia de la ProvidePropertyAttribute clase con el nombre de la propiedad y su Type.

ProvidePropertyAttribute(String, String)

Source:
ProvidePropertyAttribute.cs
Source:
ProvidePropertyAttribute.cs
Source:
ProvidePropertyAttribute.cs
Source:
ProvidePropertyAttribute.cs
Source:
ProvidePropertyAttribute.cs

Inicializa una nueva instancia de la ProvidePropertyAttribute clase con el nombre de la propiedad y el tipo de su 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

Nombre de la propiedad que se extiende a un objeto del tipo especificado.

receiverTypeName
String

El nombre del tipo de datos que puede extender esta propiedad.

Se aplica a

ProvidePropertyAttribute(String, Type)

Source:
ProvidePropertyAttribute.cs
Source:
ProvidePropertyAttribute.cs
Source:
ProvidePropertyAttribute.cs
Source:
ProvidePropertyAttribute.cs
Source:
ProvidePropertyAttribute.cs

Inicializa una nueva instancia de la ProvidePropertyAttribute clase con el nombre de la propiedad y su 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

Nombre de la propiedad que se extiende a un objeto del tipo especificado.

receiverType
Type

Type del tipo de datos del objeto que puede recibir la propiedad .

Se aplica a