ToolWindowGuids80.ClassDetails Field

This tool window displays the details of a class selected in a class diagram view.

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

Syntax

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

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

Remarks

The GUID for this tool window that is usable in a .ctc file 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.

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace