Share via


PortSupplierProvider.PortSupplierGuid Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a unique identifier for the port supplier.

Namespace:  Microsoft.VisualStudio.Debugger.VsDebugPresentationExtension
Assembly:  Microsoft.VisualStudio.Debugger.Interop.10.0 (in Microsoft.VisualStudio.Debugger.Interop.10.0.dll)

Syntax

'Declaration
Public ReadOnly Property PortSupplierGuid As Guid
public Guid PortSupplierGuid { get; }
public:
property Guid PortSupplierGuid {
    Guid get ();
}
member PortSupplierGuid : Guid with get
function get PortSupplierGuid () : Guid

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

PortSupplierProvider Structure

Microsoft.VisualStudio.Debugger.VsDebugPresentationExtension Namespace