CodeAttributeArgumentCollection Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe CodeAttributeArgumentCollection.
Surcharges
CodeAttributeArgumentCollection() |
Initialise une nouvelle instance de la classe CodeAttributeArgumentCollection. |
CodeAttributeArgumentCollection(CodeAttributeArgument[]) |
Initialise une nouvelle instance de la classe CodeAttributeArgumentCollection contenant le tableau d'objets CodeAttributeArgument spécifié. |
CodeAttributeArgumentCollection(CodeAttributeArgumentCollection) |
Initialise une nouvelle instance de la classe CodeAttributeArgumentCollection contenant les éléments de la collection source spécifiée. |
CodeAttributeArgumentCollection()
Initialise une nouvelle instance de la classe CodeAttributeArgumentCollection.
public:
CodeAttributeArgumentCollection();
public CodeAttributeArgumentCollection ();
Public Sub New ()
S’applique à
CodeAttributeArgumentCollection(CodeAttributeArgument[])
Initialise une nouvelle instance de la classe CodeAttributeArgumentCollection contenant le tableau d'objets CodeAttributeArgument spécifié.
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())
Paramètres
- value
- CodeAttributeArgument[]
Tableau d'objets CodeAttributeArgument à utiliser pour initialiser la collection.
Exceptions
Un ou plusieurs objets du tableau ont la valeur null
.
S’applique à
CodeAttributeArgumentCollection(CodeAttributeArgumentCollection)
Initialise une nouvelle instance de la classe CodeAttributeArgumentCollection contenant les éléments de la collection source spécifiée.
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)
Paramètres
CodeAttributeArgumentCollection utilisé pour initialiser la collection.
Exceptions
value
a la valeur null
.