ISharePointProjectService.PackageValidationProvider Property
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.
Gets an instance of the IPackageValidationProvider that helps validate project features and the project package.
public:
property Microsoft::VisualStudio::SharePoint::Validation::IPackageValidationProvider ^ PackageValidationProvider { Microsoft::VisualStudio::SharePoint::Validation::IPackageValidationProvider ^ get(); };
public Microsoft.VisualStudio.SharePoint.Validation.IPackageValidationProvider PackageValidationProvider { get; }
member this.PackageValidationProvider : Microsoft.VisualStudio.SharePoint.Validation.IPackageValidationProvider
Public ReadOnly Property PackageValidationProvider As IPackageValidationProvider
Property Value
An object that validates features and packages.