Share via


PortSupplierProvider Constructor

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

Syntax

'Declaration
Public Sub New ( _
    portSupplierGuid As Guid, _
    portSupplierName As String _
)
public PortSupplierProvider(
    Guid portSupplierGuid,
    string portSupplierName
)
public:
PortSupplierProvider(
    Guid portSupplierGuid, 
    String^ portSupplierName
)
new : 
        portSupplierGuid:Guid * 
        portSupplierName:string -> PortSupplierProvider
public function PortSupplierProvider(
    portSupplierGuid : Guid, 
    portSupplierName : String
)

Parameters

  • portSupplierGuid
    Type: System.Guid
    A GUID that identifies the port supplier
  • portSupplierName
    Type: System.String
    The name of the port supplier.

.NET Framework Security

See Also

Reference

PortSupplierProvider Structure

Microsoft.VisualStudio.Debugger.VsDebugPresentationExtension Namespace