ValidationResults(IList<ValidationError>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ValidationResults class.
public:
ValidationResults(System::Collections::Generic::IList<System::Activities::Validation::ValidationError ^> ^ allValidationErrors);
public ValidationResults (System.Collections.Generic.IList<System.Activities.Validation.ValidationError> allValidationErrors);
new System.Activities.Validation.ValidationResults : System.Collections.Generic.IList<System.Activities.Validation.ValidationError> -> System.Activities.Validation.ValidationResults
Public Sub New (allValidationErrors As IList(Of ValidationError))
Parameters
- allValidationErrors
- IList<ValidationError>
The collection of validation errors and warnings.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.