ToolWindowGuids80.ClassDetails 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 displays the details of a class selected in a class diagram view.
public: System::String ^ ClassDetails;
std::wstring ClassDetails;
public const string ClassDetails;
val mutable ClassDetails : string
Public Const ClassDetails As String
Field Value
Remarks
The GUID
for this tool window is:
#define guidClassDetails { 0x778B5376, 0xAD77, 0x4751, { 0xAC, 0xDC, 0xF3, 0xD1, 0x83, 0x43, 0xF8, 0xDD } }
This tool window is typically available by selecting Class Details from the Other Windows submenu of the View menu. Note that this menu option is available only when the Class Diagram window is displayed.