ToolWindowGuids80.MacroExplorer Field
This tool window provides a list of macros available for use in the Visual Studio shell.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const MacroExplorer As String
public const string MacroExplorer
public:
literal String^ MacroExplorer
static val mutable MacroExplorer: string
public const var MacroExplorer : String
Remarks
The GUID for this tool window is:
#define guidMacroExplorer { 0x7cd18b4, 0x3ba1, 0x11d2, { 0x89, 0x0a, 0x00, 0x60, 0x08, 0x31, 0x96, 0xc6 } }
This tool window is typically available by selecting Macro Explorer from the Other Windows submenu of the View 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.