ToolWindowGuids80.PortDetails Field

This tool window displays information about Web services.

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

Syntax

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

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

Remarks

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

#define guidPortDetails { 0xB869198C, 0xF673, 0x46D2, { 0x83, 0xAE, 0x64, 0xF5, 0x15, 0x27, 0x77, 0x16 } }

This tool window is typically available when a distributed system project is loaded by selecting Web Service Details from the Other Windows menu of the View menu.

.NET Framework Security

See Also

Reference

ToolWindowGuids80 Class

ToolWindowGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace