ToolWindowGuids80.ObjectTestBench Field

This tool window provides a way to instantiate classes and then interact with them.

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

Syntax

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

value = ToolWindowGuids80.ObjectTestBench
public const string ObjectTestBench
public:
literal String^ ObjectTestBench
static val mutable ObjectTestBench: string
public const var ObjectTestBench : String

Remarks

The GUID for this tool window that is usable in a .ctc file is:

#define guidObjectTestBench { 0xFDFFCCF2, 0x5F63, 0x404F, { 0x86, 0xAD, 0x33, 0x69, 0x3F, 0x54, 0x49, 0x48 } }

This tool window is typically available by selecting Object Test Bench from the Other Windows submenu of the View menu. This tool window is available any time but it operates only with managed code.

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace