PropertyDescriptorCollection Konstruktoren

Definition

Initialisiert eine neue Instanz der PropertyDescriptorCollection-Klasse.

Überlädt

PropertyDescriptorCollection(PropertyDescriptor[])

Initialisiert eine neue Instanz der PropertyDescriptorCollection-Klasse.

PropertyDescriptorCollection(PropertyDescriptor[], Boolean)

Initialisiert eine neue, ggf. schreibgeschützte Instanz der PropertyDescriptorCollection-Klasse.

PropertyDescriptorCollection(PropertyDescriptor[])

Quelle:
PropertyDescriptorCollection.cs
Quelle:
PropertyDescriptorCollection.cs
Quelle:
PropertyDescriptorCollection.cs

Initialisiert eine neue Instanz der PropertyDescriptorCollection-Klasse.

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

Parameter

properties
PropertyDescriptor[]

Ein Array vom Typ PropertyDescriptor, das die Eigenschaften für diese Auflistung bereitstellt.

Weitere Informationen

Gilt für:

PropertyDescriptorCollection(PropertyDescriptor[], Boolean)

Quelle:
PropertyDescriptorCollection.cs
Quelle:
PropertyDescriptorCollection.cs
Quelle:
PropertyDescriptorCollection.cs

Initialisiert eine neue, ggf. schreibgeschützte Instanz der PropertyDescriptorCollection-Klasse.

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)

Parameter

properties
PropertyDescriptor[]

Ein Array vom Typ PropertyDescriptor, das die Eigenschaften für diese Auflistung bereitstellt.

readOnly
Boolean

Wenn true angegeben ist, kann die Auflistung nicht geändert werden.

Weitere Informationen

Gilt für: