ToolWindowGuids80::RunningDocuments Field

 

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

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

public:
literal String^ RunningDocuments

Field Value

Type: System::String^

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.

Return to top
Show: