ISharePointProjectPackage.BuildPackage 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.
Builds the SharePoint solution package file.
public:
bool BuildPackage();
public bool BuildPackage ();
abstract member BuildPackage : unit -> bool
Public Function BuildPackage () As Boolean
Returns
True
if the build succeeded; false
otherwise.