IValidationContext Interface
The base interface for objects providing contextual data during validation.
Namespace: Microsoft.VisualStudio.SharePoint.Validation
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface IValidationContext
public interface IValidationContext
The IValidationContext type exposes the following members.
Properties
Name | Description | |
---|---|---|
RuleViolations | Gets the current collection of validation rule violations. |
Top