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
public const string CallBrowserSecondaryWindow
public:
literal String^ CallBrowserSecondaryWindow
static val mutable CallBrowserSecondaryWindow: string
public const var CallBrowserSecondaryWindow : String
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.