ToolWindowGuids80.SettingsandConstraints Field

This tool window displays settings for an item in a distributed system diagram.

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

Syntax

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

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

Remarks

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

#define guidSettingsandConstraints { 0xB8399B49, 0x7330, 0x487B, { 0x92, 0x35, 0x7D, 0x2E, 0x96, 0x9D, 0x0A, 0x79 } }

This tool window is available when a distributed diagram project is visible by selecting Settings and Constraints from the Other Windows submenu of the View menu.

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace