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

‘선언
Public Const RunningDocuments As String
‘사용 방법
Dim value As String

value = ToolWindowGuids80.RunningDocuments
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 that is usable in a .ctc file 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

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace