ValidationErrorCollection.AddRange(IEnumerable<ValidationError>) Méthode
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.
Copie la collection d’éléments dénombrables à la fin de la collection.
public:
void AddRange(System::Collections::Generic::IEnumerable<System::Workflow::ComponentModel::Compiler::ValidationError ^> ^ value);
public void AddRange (System.Collections.Generic.IEnumerable<System.Workflow.ComponentModel.Compiler.ValidationError> value);
member this.AddRange : seq<System.Workflow.ComponentModel.Compiler.ValidationError> -> unit
Public Sub AddRange (value As IEnumerable(Of ValidationError))
Paramètres
- value
- IEnumerable<ValidationError>
Collection d'éléments ValidationError à ajouter à la fin de la collection ValidationErrorCollection.
Exceptions
value
a la valeur null
.