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 contextual data passed to package validation rules during package validation.
Namespace: Microsoft.VisualStudio.SharePoint.Validation
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
Public Interface IPackageValidationContext _
Inherits IValidationContext
public interface IPackageValidationContext : IValidationContext
The IPackageValidationContext type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Package | Gets the package on which validation is being performed. |
![]() |
RuleViolations | Gets the current collection of validation rule violations. (Inherited from IValidationContext.) |
Top
.gif)