PropertyDescriptorCollection Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci PropertyDescriptorCollection třídy .
Přetížení
PropertyDescriptorCollection(PropertyDescriptor[]) |
Inicializuje novou instanci PropertyDescriptorCollection třídy . |
PropertyDescriptorCollection(PropertyDescriptor[], Boolean) |
Inicializuje novou instanci PropertyDescriptorCollection třídy, která je volitelně jen pro čtení. |
PropertyDescriptorCollection(PropertyDescriptor[])
Inicializuje novou instanci PropertyDescriptorCollection třídy .
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())
Parametry
- properties
- PropertyDescriptor[]
Pole typu PropertyDescriptor , které poskytuje vlastnosti pro tuto kolekci.
Viz také
Platí pro
PropertyDescriptorCollection(PropertyDescriptor[], Boolean)
Inicializuje novou instanci PropertyDescriptorCollection třídy, která je volitelně jen pro čtení.
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)
Parametry
- properties
- PropertyDescriptor[]
Pole typu PropertyDescriptor , které poskytuje vlastnosti pro tuto kolekci.
- readOnly
- Boolean
Pokud true
, určuje, že kolekci nelze upravit.