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: