ToolWindowGuids80.SystemView Field

Definition

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

public: System::String ^ SystemView;
std::wstring SystemView;
public const string SystemView;
val mutable SystemView : string
Public Const SystemView As String 

Field Value

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.

Applies to