PropertyDescriptorCollection Constructores

Definición

Inicializa una nueva instancia de la clase PropertyDescriptorCollection.

Sobrecargas

Nombre Description
PropertyDescriptorCollection(PropertyDescriptor[])

Inicializa una nueva instancia de la clase PropertyDescriptorCollection.

PropertyDescriptorCollection(PropertyDescriptor[], Boolean)

Inicializa una nueva instancia de la PropertyDescriptorCollection clase , que opcionalmente es de solo lectura.

PropertyDescriptorCollection(PropertyDescriptor[])

Source:
PropertyDescriptorCollection.cs
Source:
PropertyDescriptorCollection.cs
Source:
PropertyDescriptorCollection.cs
Source:
PropertyDescriptorCollection.cs
Source:
PropertyDescriptorCollection.cs

Inicializa una nueva instancia de la clase PropertyDescriptorCollection.

public:
 PropertyDescriptorCollection(cli::array <System::ComponentModel::PropertyDescriptor ^> ^ properties);
public PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[]? properties);
public PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[] properties);
new System.ComponentModel.PropertyDescriptorCollection : System.ComponentModel.PropertyDescriptor[] -> System.ComponentModel.PropertyDescriptorCollection
Public Sub New (properties As PropertyDescriptor())

Parámetros

properties
PropertyDescriptor[]

Matriz de tipo PropertyDescriptor que proporciona las propiedades de esta colección.

Consulte también

Se aplica a

PropertyDescriptorCollection(PropertyDescriptor[], Boolean)

Source:
PropertyDescriptorCollection.cs
Source:
PropertyDescriptorCollection.cs
Source:
PropertyDescriptorCollection.cs
Source:
PropertyDescriptorCollection.cs
Source:
PropertyDescriptorCollection.cs

Inicializa una nueva instancia de la PropertyDescriptorCollection clase , que opcionalmente es de solo lectura.

public:
 PropertyDescriptorCollection(cli::array <System::ComponentModel::PropertyDescriptor ^> ^ properties, bool readOnly);
public PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[]? properties, bool readOnly);
public PropertyDescriptorCollection(System.ComponentModel.PropertyDescriptor[] properties, bool readOnly);
new System.ComponentModel.PropertyDescriptorCollection : System.ComponentModel.PropertyDescriptor[] * bool -> System.ComponentModel.PropertyDescriptorCollection
Public Sub New (properties As PropertyDescriptor(), readOnly As Boolean)

Parámetros

properties
PropertyDescriptor[]

Matriz de tipo PropertyDescriptor que proporciona las propiedades de esta colección.

readOnly
Boolean

Si truees , especifica que la colección no se puede modificar.

Consulte también

Se aplica a