PropertyDescriptorCollection Konstruktorer

Definition

Initierar en ny instans av PropertyDescriptorCollection klassen.

Överlagringar

Name Description
PropertyDescriptorCollection(PropertyDescriptor[])

Initierar en ny instans av PropertyDescriptorCollection klassen.

PropertyDescriptorCollection(PropertyDescriptor[], Boolean)

Initierar en ny instans av PropertyDescriptorCollection klassen, som kan vara skrivskyddad.

PropertyDescriptorCollection(PropertyDescriptor[])

Källa:
PropertyDescriptorCollection.cs
Källa:
PropertyDescriptorCollection.cs
Källa:
PropertyDescriptorCollection.cs
Källa:
PropertyDescriptorCollection.cs
Källa:
PropertyDescriptorCollection.cs

Initierar en ny instans av PropertyDescriptorCollection klassen.

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())

Parametrar

properties
PropertyDescriptor[]

En matris av typen PropertyDescriptor som innehåller egenskaperna för den här samlingen.

Se även

Gäller för

PropertyDescriptorCollection(PropertyDescriptor[], Boolean)

Källa:
PropertyDescriptorCollection.cs
Källa:
PropertyDescriptorCollection.cs
Källa:
PropertyDescriptorCollection.cs
Källa:
PropertyDescriptorCollection.cs
Källa:
PropertyDescriptorCollection.cs

Initierar en ny instans av PropertyDescriptorCollection klassen, som kan vara skrivskyddad.

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)

Parametrar

properties
PropertyDescriptor[]

En matris av typen PropertyDescriptor som innehåller egenskaperna för den här samlingen.

readOnly
Boolean

Om trueanger anger att samlingen inte kan ändras.

Se även

Gäller för