PropertyDescriptorCollection Oluşturucular

Tanım

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

Aşırı Yüklemeler

Name Description
PropertyDescriptorCollection(PropertyDescriptor[])

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

PropertyDescriptorCollection(PropertyDescriptor[], Boolean)

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

PropertyDescriptorCollection(PropertyDescriptor[])

Kaynak:
PropertyDescriptorCollection.cs
Kaynak:
PropertyDescriptorCollection.cs
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 koleksiyon için özellikleri sağlayan tür PropertyDescriptor dizisi.

Ayrıca bkz.

Şunlara uygulanır

PropertyDescriptorCollection(PropertyDescriptor[], Boolean)

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

İsteğe bağlı olarak salt okunur olan sınıfının 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 koleksiyon için özellikleri sağlayan tür PropertyDescriptor dizisi.

readOnly
Boolean

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

Ayrıca bkz.

Şunlara uygulanır