ToolWindowGuids80::CallBrowserSecondaryWindow Field
Visual Studio 2015
This tool window is a second Call Browser window (see CallBrowserWindow).
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Field Value
Type: System::String^The GUID for this tool window 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.
Show: