ToolWindowGuids80.SystemView Field

This tool window provides a list of elements in a distributed system.

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

Syntax

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

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

Remarks

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

#define guidSystemView { 0x9F3EC988, 0x1174, 0x4746, { 0xA6, 0x6A, 0x39, 0x69, 0x71, 0x5D, 0x1F, 0xC7 } }

This tool window is typically available when a distributed system project is loaded and a system diagram is visible by selecting System View from the Other Windows menu of the View menu.

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace