ToolWindowGuids.ContextWindow 字段

定义

此工具窗口提供基于当前上下文的帮助主题的链接。

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

字段值

String

注解

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

#define guidContextWindow { 0x66dba47c, 0x61df, 0x11d2, { 0xaa, 0x79, 0x00, 0xc0, 0x4f, 0x99, 0x03, 0x43 } }  

帮助上下文基于编辑器中当前活动的窗口。

适用于