ToolWindowGuids.MacroExplorer 字段

定义

此工具窗口提供可用于 Visual Studio shell 的宏的列表。

public: System::String ^ MacroExplorer;
std::wstring MacroExplorer;
public const string MacroExplorer;
val mutable MacroExplorer : string
Public Const MacroExplorer As String 

字段值

String

注解

可在 .ctc 文件中使用的此工具窗口的 GUID:

#define guidMacroExplorer { 0x7cd18b4, 0x3ba1, 0x11d2, { 0x89, 0x0a, 0x00, 0x60, 0x08, 0x31, 0x96, 0xc6 } }  

通常可以通过从 "视图" 菜单的 "其他窗口" 子菜单中选择 "宏资源管理器" 来使用此工具窗口。

适用于