Share via


IDebugCoreServer3.GetPortSupplier(Guid, IDebugPortSupplier2) Method

Definition

public:
 int GetPortSupplier(Guid % guidPortSupplier, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugPortSupplier2 ^ % ppPortSupplier);
public int GetPortSupplier(ref Guid guidPortSupplier, out Microsoft.VisualStudio.Debugger.Interop.IDebugPortSupplier2 ppPortSupplier);
abstract member GetPortSupplier : Guid * IDebugPortSupplier2 -> int
Public Function GetPortSupplier (ByRef guidPortSupplier As Guid, ByRef ppPortSupplier As IDebugPortSupplier2) As Integer

Parameters

guidPortSupplier
Guid
ppPortSupplier
IDebugPortSupplier2

Returns

Implements

Applies to