IValidationRuleViolation 인터페이스
유효성 검사 규칙 위반의 인스턴스를 나타냅니다.
네임스페이스: Microsoft.VisualStudio.SharePoint.Validation
어셈블리: Microsoft.VisualStudio.SharePoint(Microsoft.VisualStudio.SharePoint.dll)
구문
‘선언
Public Interface IValidationRuleViolation
public interface IValidationRuleViolation
IValidationRuleViolation 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
Code | 유효성 검사 위반과 연결된 오류 코드를 가져옵니다. | |
Document | 유효성 검사 위반과 연결된 문서의 경로를 가져옵니다. | |
HelpKeyword | 유효성 검사 위반과 연결된 F1 도움말 키워드를 가져옵니다. | |
Message | 유효성 검사 위반과 연결된 메시지를 가져옵니다. | |
Project | 유효성 검사 위반과 연결된 문서가 포함된 프로젝트의 인스턴스를 가져옵니다. | |
Severity | 이 유효성 검사 위반의 심각도를 가져옵니다. |
위쪽