Share via


PropertyDescriptorCollection Oluşturucular

Tanım

PropertyDescriptorCollection sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

PropertyDescriptorCollection(PropertyDescriptor[])

PropertyDescriptorCollection sınıfının yeni bir örneğini başlatır.

PropertyDescriptorCollection(PropertyDescriptor[], Boolean)

sınıfının isteğe bağlı olarak salt okunur olan yeni bir örneğini PropertyDescriptorCollection başlatır.

PropertyDescriptorCollection(PropertyDescriptor[])

Kaynak:
PropertyDescriptorCollection.cs
Kaynak:
PropertyDescriptorCollection.cs
Kaynak:
PropertyDescriptorCollection.cs

PropertyDescriptorCollection sınıfının yeni bir örneğini başlatır.

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

Parametreler

properties
PropertyDescriptor[]

Bu koleksiyonun özelliklerini sağlayan tür PropertyDescriptor dizisi.

Ayrıca bkz.

Şunlara uygulanır

PropertyDescriptorCollection(PropertyDescriptor[], Boolean)

Kaynak:
PropertyDescriptorCollection.cs
Kaynak:
PropertyDescriptorCollection.cs
Kaynak:
PropertyDescriptorCollection.cs

sınıfının isteğe bağlı olarak salt okunur olan yeni bir örneğini PropertyDescriptorCollection başlatır.

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)

Parametreler

properties
PropertyDescriptor[]

Bu koleksiyonun özelliklerini sağlayan tür PropertyDescriptor dizisi.

readOnly
Boolean

ise true, koleksiyonun değiştirilemeyeceğini belirtir.

Ayrıca bkz.

Şunlara uygulanır