IPackageValidationRule.ValidatePackage(IPackageValidationContext) Method
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.
Determines whether a package currently violates this rule.
public:
void ValidatePackage(Microsoft::VisualStudio::SharePoint::Validation::IPackageValidationContext ^ context);
public void ValidatePackage (Microsoft.VisualStudio.SharePoint.Validation.IPackageValidationContext context);
abstract member ValidatePackage : Microsoft.VisualStudio.SharePoint.Validation.IPackageValidationContext -> unit
Public Sub ValidatePackage (context As IPackageValidationContext)
Parameters
- context
- IPackageValidationContext
Contextual data associated with the package and validation.