PropertyDescriptorCollection Construtores

Definição

Inicializa uma nova instância da PropertyDescriptorCollection classe.

Sobrecargas

Name Description
PropertyDescriptorCollection(PropertyDescriptor[])

Inicializa uma nova instância da PropertyDescriptorCollection classe.

PropertyDescriptorCollection(PropertyDescriptor[], Boolean)

Inicializa uma nova instância da PropertyDescriptorCollection classe, que é opcionalmente apenas leitura.

PropertyDescriptorCollection(PropertyDescriptor[])

Origem:
PropertyDescriptorCollection.cs
Origem:
PropertyDescriptorCollection.cs
Origem:
PropertyDescriptorCollection.cs
Origem:
PropertyDescriptorCollection.cs
Origem:
PropertyDescriptorCollection.cs

Inicializa uma nova instância da PropertyDescriptorCollection classe.

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[]

Um array de tipos PropertyDescriptor que fornece as propriedades para esta coleção.

Ver também

Aplica-se a

PropertyDescriptorCollection(PropertyDescriptor[], Boolean)

Origem:
PropertyDescriptorCollection.cs
Origem:
PropertyDescriptorCollection.cs
Origem:
PropertyDescriptorCollection.cs
Origem:
PropertyDescriptorCollection.cs
Origem:
PropertyDescriptorCollection.cs

Inicializa uma nova instância da PropertyDescriptorCollection classe, que é opcionalmente apenas leitura.

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[]

Um array de tipos PropertyDescriptor que fornece as propriedades para esta coleção.

readOnly
Boolean

Se true, especifica que a coleção não pode ser modificada.

Ver também

Aplica-se a