Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IValidatableObject::Validate Method (ValidationContext^)

.NET Framework (current version)
 

Determines whether the specified object is valid.

Namespace:   System.ComponentModel.DataAnnotations
Assembly:  System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)

IEnumerable<ValidationResult^>^ Validate(
	ValidationContext^ validationContext
)

Parameters

validationContext
Type: System.ComponentModel.DataAnnotations::ValidationContext^

The validation context.

Return Value

Type: System.Collections.Generic::IEnumerable<ValidationResult^>^

A collection that holds failed-validation information.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft