PortSupplierProvider(Guid, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.