Package Constructor

Definition

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.

Applies to