Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents the result of a feature or package validation.
Namespace: Microsoft.VisualStudio.SharePoint.Validation
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface IValidationResult
public interface IValidationResult
The IValidationResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
HasErrors | Gets whether any of the rule validation violations are errors. |
![]() |
HasWarnings | Gets whether any of the rule validation violations are warnings. |
![]() |
RuleViolations | Gets the collection of rule validation violations found during validation. |
Top
.gif)