Package Constructor
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.
Initializes a new instance of Package.
protected:
Package();
protected:
Package();
Package();
protected Package ();
Protected Sub New ()
Remarks
To see how to construct a package, see the package constructor provided in the VSPackage template. For more information about using the VSPackage template, see Creating an Extension with a Menu Command.