ToolWindowGuids80.ObjectTestBench Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This tool window provides a way to instantiate classes and then interact with them.
public: System::String ^ ObjectTestBench;
std::wstring ObjectTestBench;
public const string ObjectTestBench;
val mutable ObjectTestBench : string
Public Const ObjectTestBench As String
Field Value
Remarks
The GUID
for this tool window 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.