IValidationRuleViolation Interface
Represents an instance of a validation rule violation.
Namespace: Microsoft.VisualStudio.SharePoint.Validation
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface IValidationRuleViolation
public interface IValidationRuleViolation
The IValidationRuleViolation type exposes the following members.
Properties
Name | Description | |
---|---|---|
Code | Gets the error code associated with the validation violation. | |
Document | Gets the path to the document associated with the validation violation. | |
HelpKeyword | Gets the F1 Help keyword associated with the validation violation. | |
Message | Gets a message associated with the validation violation. | |
Project | Gets an instance of the project containing the document associated with the validation violation. | |
Severity | Gets the severity of this validation violation. |
Top