IVsPackage Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Close() | Closes the VSPackage, releases cached interface pointers, and unadvises event sinks. |
![]() | CreateTool(Guid) | Enables the environment to create on-demand tool windows that are implemented by VSPackages. |
![]() | GetAutomationObject(String^, Object^) | Enables a VSPackage to participate in the DTE automation object model. |
![]() | GetPropertyPage(Guid, array<VSPROPSHEETPAGE>^) | Proffers access to the Tools menu Options and the property pages of the Customize Toolbox dialog boxes. |
![]() | QueryClose(Int32) | Enables a VSPackage that requires user intervention to abort the shutdown process. |
![]() | ResetDefaults(UInt32) | Resets Toolbox defaults. |
![]() | SetSite(IServiceProvider^) | Initializes a VSPackage with a back pointer to the environment. |
Show:
