Home > Services > DXCore Services – Tool Windows

DXCore Services – Tool Windows

November 28th, 2011

The ToolWindows DXCore service provides methods for DXCore and Visual Studio tool windows manipulation.

Method name Description
GetEnumerator Returns an enumerator for available tool windows inside Visual Studio IDE.
GetPlugIn Returns the DXCore plug-in instance containing  the specified DXCore tool window. Note that it is hidden from Intellisense.
GetPlugIn(Guid) Returns the DXCore plug-in instance containing  the DXCore tool window specified by its GUID. Note that it is hidden from Intellisense.
GetPlugIn(String) Returns the DXCore plug-in instance containing the DXCore tool window specified by its title. Note that it is hidden from Intellisense.
GetPlugIn(Type) Returns the DXCore plug-in instance containing  the DXCore tool window specified by its type. Note that it is hidden from Intellisense.
GetPlugInControl Returns the base UserControl of a DXCore tool window plug-in for the specified tool window.
GetPlugInControl(Guid) Returns the base UserControl of a DXCore tool window plug-in for the specified tool window by its GUID.
GetPlugInControl(String) Returns the base UserControl of a DXCore tool window plug-in for the specified tool window by its title.
GetPlugInControl(Type) Returns the base UserControl of a DXCore tool window plug-in for the specified tool window by its type.
Hide Hides the specified tool window.
Hide(Guid) Hides the tool window specified by its GUID.
Hide(String) Hides the tool window specified by its title.
Hide(Type) Hides the tool window specified by its type.
Show Shows the specified tool window.
Show(Guid) Shows the specified tool window by its GUID.
Show(String) Shows the specified tool window by its title.
Show(Type) Shows the specified tool window by its GUID.

Indexed properties:

Item(Guid) Returns the tool window by the specified GUID.
Item(Type) Returns the tool window by the specified Type.
—–
Products: DXCore
Versions: 11.1 and up
VS IDEs: any
Updated: Nov/28/2011
ID: D134

Similar Posts: