PropertyDescriptorCollection Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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[])
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)
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.