ToolWindowGuids80.CallBrowserSecondaryWindow Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This tool window is a second Call Browser window (see CallBrowserWindow).
public: System::String ^ CallBrowserSecondaryWindow;
std::wstring CallBrowserSecondaryWindow;
public const string CallBrowserSecondaryWindow;
val mutable CallBrowserSecondaryWindow : string
Public Const CallBrowserSecondaryWindow As String
Field Value
Remarks
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.