IVsPackage Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodClose()

Closes the VSPackage, releases cached interface pointers, and unadvises event sinks.

System_CAPS_pubmethodCreateTool(Guid)

Enables the environment to create on-demand tool windows that are implemented by VSPackages.

System_CAPS_pubmethodGetAutomationObject(String^, Object^)

Enables a VSPackage to participate in the DTE automation object model.

System_CAPS_pubmethodGetPropertyPage(Guid, array<VSPROPSHEETPAGE>^)

Proffers access to the Tools menu Options and the property pages of the Customize Toolbox dialog boxes.

System_CAPS_pubmethodQueryClose(Int32)

Enables a VSPackage that requires user intervention to abort the shutdown process.

System_CAPS_pubmethodResetDefaults(UInt32)

Resets Toolbox defaults.

System_CAPS_pubmethodSetSite(IServiceProvider^)

Initializes a VSPackage with a back pointer to the environment.

Return to top
Show: