IValidationRuleViolation Interface

Definition

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.

Applies to