IVsPackage Members
Include Protected Members
Include Inherited Members
Initializes a VSPackage in the environment and makes its services available to the environment.
The IVsPackage type exposes the following members.
Methods
Name | Description | |
---|---|---|
Close | Closes the VSPackage, releases cached interface pointers, and unadvises event sinks. | |
CreateTool | Enables the environment to create on-demand tool windows that are implemented by VSPackages. | |
GetAutomationObject | Enables a VSPackage to participate in the DTE automation object model. | |
GetPropertyPage | Proffers access to the Tools menu Options and the property pages of the Customize Toolbox dialog boxes. | |
QueryClose | Enables a VSPackage that requires user intervention to abort the shutdown process. | |
ResetDefaults | Resets Toolbox defaults. | |
SetSite | Initializes a VSPackage with a back pointer to the environment. |
Top