IValidationRuleViolation Interface
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.
Represents an instance of a validation rule violation.
public interface class IValidationRuleViolation
public interface IValidationRuleViolation
type IValidationRuleViolation = interface
Public Interface IValidationRuleViolation
Properties
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. |