ToolWindowGuids80.RunningDocuments Field

Definition

This tool window displays a list of HTML pages that have script running in them.

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

Field Value

Remarks

The GUID for this tool window is:

#define guidRunningDocuments { 0xECDD9EE0, 0xAC6B, 0x11D0, { 0x89, 0xF9, 0x00, 0xA0, 0xC9, 0x11, 0x00, 0x55 } }  

This tool window is typically available while debugging by selecting Script Explorer from the Windows submenu of the Debug menu.

Applies to