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)
Syntax
'Declaration
Public Const RunningDocuments As String
public const string RunningDocuments
public:
literal String^ RunningDocuments
static val mutable RunningDocuments: string
public const var RunningDocuments : String
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.
.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.