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
'Declaration
Public Const SystemView As String
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 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.