Share via


IDebugPortSupplier3 Interface

Definition

public interface class IDebugPortSupplier3 : Microsoft::VisualStudio::Debugger::Interop::IDebugPortSupplier2
[System.Runtime.InteropServices.Guid("5B5EEC44-51AA-4210-B84F-1938B8576D8D")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugPortSupplier3 : Microsoft.VisualStudio.Debugger.Interop.IDebugPortSupplier2
[<System.Runtime.InteropServices.Guid("5B5EEC44-51AA-4210-B84F-1938B8576D8D")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugPortSupplier3 = interface
    interface IDebugPortSupplier2
Public Interface IDebugPortSupplier3
Implements IDebugPortSupplier2
Attributes
Implements

Methods

AddPort(IDebugPortRequest2, IDebugPort2)
CanAddPort()
CanPersistPorts()
EnumPersistedPorts(BSTR_ARRAY, IEnumDebugPorts2)
EnumPorts(IEnumDebugPorts2)
GetPort(Guid, IDebugPort2)
GetPortSupplierId(Guid)
GetPortSupplierName(String)
RemovePort(IDebugPort2)

Applies to