IPackageValidationContext Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the contextual data passed to package validation rules during package validation.
public interface class IPackageValidationContext : Microsoft::VisualStudio::SharePoint::Validation::IValidationContext
public interface IPackageValidationContext : Microsoft.VisualStudio.SharePoint.Validation.IValidationContext
type IPackageValidationContext = interface
interface IValidationContext
Public Interface IPackageValidationContext
Implements IValidationContext
- Derived
- Implements
Properties
Package |
Gets the package on which validation is being performed. |
RuleViolations |
Gets the current collection of validation rule violations. (Inherited from IValidationContext) |