ToolWindowGuids.ClassView 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 list of all classes in a solution.
public: System::String ^ ClassView;
std::wstring ClassView;
public const string ClassView;
val mutable ClassView : string
Public Const ClassView As String
Field Value
Remarks
The GUID for this tool window that is usable in a .ctc file:
#define guidClassView { 0xc9c0ae26, 0xaa77, 0x11d2, { 0xb3, 0xf0, 0x0, 0x0, 0xf8, 0x75, 0x70, 0xee } }
This tool window is typically available by selecting Class View from the View menu.