ToolWindowGuids80.CallBrowserSecondaryWindow Field

This tool window is a second Call Browser window (see CallBrowserWindow).

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

Syntax

'Declaration
Public Const CallBrowserSecondaryWindow As String
'Usage
Dim value As String 

value = ToolWindowGuids80.CallBrowserSecondaryWindow
public const string CallBrowserSecondaryWindow
public:
literal String^ CallBrowserSecondaryWindow
public const var CallBrowserSecondaryWindow : String

Remarks

The GUID for this tool window that is usable in a .ctc file is:

#define guidCallBrowserSecondaryWindow { 0xF78BCC56, 0x71F7, 0x4e7d, { 0x82, 0x15, 0xF6, 0x90, 0xCA4, 0xE4, 0xF4, 0x52 } }

This tool window is typically available when you right-click on a function or method name and select Show Call Graph in New Window from the Show Callers Graph in New Window or Call Browser submenu of the Call Browser menu.

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace