CodeAttributeArgumentCollection 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 CodeAttributeArgumentCollection třídy .
Přetížení
CodeAttributeArgumentCollection() |
Inicializuje novou instanci CodeAttributeArgumentCollection třídy . |
CodeAttributeArgumentCollection(CodeAttributeArgument[]) |
Inicializuje novou instanci CodeAttributeArgumentCollection třídy obsahující zadané pole CodeAttributeArgument objektů. |
CodeAttributeArgumentCollection(CodeAttributeArgumentCollection) |
Inicializuje novou instanci CodeAttributeArgumentCollection třídy obsahující prvky zadané kolekce zdrojů. |
CodeAttributeArgumentCollection()
Inicializuje novou instanci CodeAttributeArgumentCollection třídy .
public:
CodeAttributeArgumentCollection();
public CodeAttributeArgumentCollection ();
Public Sub New ()
Platí pro
CodeAttributeArgumentCollection(CodeAttributeArgument[])
Inicializuje novou instanci CodeAttributeArgumentCollection třídy obsahující zadané pole CodeAttributeArgument objektů.
public:
CodeAttributeArgumentCollection(cli::array <System::CodeDom::CodeAttributeArgument ^> ^ value);
public CodeAttributeArgumentCollection (System.CodeDom.CodeAttributeArgument[] value);
new System.CodeDom.CodeAttributeArgumentCollection : System.CodeDom.CodeAttributeArgument[] -> System.CodeDom.CodeAttributeArgumentCollection
Public Sub New (value As CodeAttributeArgument())
Parametry
- value
- CodeAttributeArgument[]
Pole CodeAttributeArgument objektů, pomocí kterých chcete inicializovat kolekci.
Výjimky
Jeden nebo více objektů v poli je null
.
Platí pro
CodeAttributeArgumentCollection(CodeAttributeArgumentCollection)
Inicializuje novou instanci CodeAttributeArgumentCollection třídy obsahující prvky zadané kolekce zdrojů.
public:
CodeAttributeArgumentCollection(System::CodeDom::CodeAttributeArgumentCollection ^ value);
public CodeAttributeArgumentCollection (System.CodeDom.CodeAttributeArgumentCollection value);
new System.CodeDom.CodeAttributeArgumentCollection : System.CodeDom.CodeAttributeArgumentCollection -> System.CodeDom.CodeAttributeArgumentCollection
Public Sub New (value As CodeAttributeArgumentCollection)
Parametry
Pomocí CodeAttributeArgumentCollection kterého chcete inicializovat kolekci.
Výjimky
value
je null
.