PortSupplierProvider(Guid, String) Constructor

Definition

public:
 PortSupplierProvider(Guid portSupplierGuid, System::String ^ portSupplierName);
public PortSupplierProvider (Guid portSupplierGuid, string portSupplierName);
new Microsoft.VisualStudio.Debugger.VsDebugPresentationExtension.PortSupplierProvider : Guid * string -> Microsoft.VisualStudio.Debugger.VsDebugPresentationExtension.PortSupplierProvider
Public Sub New (portSupplierGuid As Guid, portSupplierName As String)

Parameters

portSupplierGuid
Guid

A GUID that identifies the port supplier

portSupplierName
String

The name of the port supplier.

Applies to