ISharePointProjectPackage.Model 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 the root object of the SharePoint package document.
public:
property Microsoft::VisualStudio::SharePoint::Packages::IPackage ^ Model { Microsoft::VisualStudio::SharePoint::Packages::IPackage ^ get(); };
public Microsoft.VisualStudio.SharePoint.Packages.IPackage Model { get; }
member this.Model : Microsoft.VisualStudio.SharePoint.Packages.IPackage
Public ReadOnly Property Model As IPackage
Property Value
An object representing a package document.