CodeCommentStatementCollection 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 CodeCommentStatementCollection.
Surcharges
| Nom | Description |
|---|---|
| CodeCommentStatementCollection() |
Initialise une nouvelle instance de la classe CodeCommentStatementCollection. |
| CodeCommentStatementCollection(CodeCommentStatement[]) |
Initialise une nouvelle instance de la CodeCommentStatementCollection classe contenant le tableau d’objets CodeCommentStatement spécifié. |
| CodeCommentStatementCollection(CodeCommentStatementCollection) |
Initialise une nouvelle instance de la CodeCommentStatementCollection classe contenant les éléments de la collection source spécifiée. |
CodeCommentStatementCollection()
Initialise une nouvelle instance de la classe CodeCommentStatementCollection.
public:
CodeCommentStatementCollection();
public CodeCommentStatementCollection();
Public Sub New ()
S’applique à
CodeCommentStatementCollection(CodeCommentStatement[])
Initialise une nouvelle instance de la CodeCommentStatementCollection classe contenant le tableau d’objets CodeCommentStatement spécifié.
public:
CodeCommentStatementCollection(cli::array <System::CodeDom::CodeCommentStatement ^> ^ value);
public CodeCommentStatementCollection(System.CodeDom.CodeCommentStatement[] value);
new System.CodeDom.CodeCommentStatementCollection : System.CodeDom.CodeCommentStatement[] -> System.CodeDom.CodeCommentStatementCollection
Public Sub New (value As CodeCommentStatement())
Paramètres
- value
- CodeCommentStatement[]
Tableau d’objets CodeCommentStatement avec lesquels initialiser la collection.
Exceptions
Un ou plusieurs objets du tableau sont null.
S’applique à
CodeCommentStatementCollection(CodeCommentStatementCollection)
Initialise une nouvelle instance de la CodeCommentStatementCollection classe contenant les éléments de la collection source spécifiée.
public:
CodeCommentStatementCollection(System::CodeDom::CodeCommentStatementCollection ^ value);
public CodeCommentStatementCollection(System.CodeDom.CodeCommentStatementCollection value);
new System.CodeDom.CodeCommentStatementCollection : System.CodeDom.CodeCommentStatementCollection -> System.CodeDom.CodeCommentStatementCollection
Public Sub New (value As CodeCommentStatementCollection)
Paramètres
Avec CodeCommentStatementCollection lequel initialiser la collection.
Exceptions
value a la valeur null.