表示功能或包验证的结果。
命名空间: Microsoft.VisualStudio.SharePoint.Validation
程序集: Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)
语法
声明
Public Interface IValidationResult
public interface IValidationResult
IValidationResult 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
HasErrors | 获取是否有规则验证冲突为错误。 |
![]() |
HasWarnings | 获取是否有规则验证冲突为警告。 |
![]() |
RuleViolations | 获取在验证期间发现的规则验证冲突的集合。 |
页首