IPackageValidationContext.Package Property

Definition

Gets the package on which validation is being performed.

public:
 property Microsoft::VisualStudio::SharePoint::ISharePointProjectPackage ^ Package { Microsoft::VisualStudio::SharePoint::ISharePointProjectPackage ^ get(); };
public Microsoft.VisualStudio.SharePoint.ISharePointProjectPackage Package { get; }
member this.Package : Microsoft.VisualStudio.SharePoint.ISharePointProjectPackage
Public ReadOnly Property Package As ISharePointProjectPackage

Property Value

An object representing the package being validated.

Applies to