ToolWindowGuids80.CallBrowserWindow Field
This tool window provides a list of functions or methods in the source file, organized by caller or callee.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const CallBrowserWindow As String
public const string CallBrowserWindow
public:
literal String^ CallBrowserWindow
static val mutable CallBrowserWindow: string
public const var CallBrowserWindow : String
Remarks
The GUID for this tool window is:
#define guidCallBrowserWindow { 0x5415EA3A, 0xD813, 0x4948, { 0xB5, 0x1E, 0x56, 0x20, 0x82, 0xCE, 0x08, 0x87 } }
This tool window is typically available by selecting Show Call Browser from the Call Browser submenu of the View -> Other Windows 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.