IDebugPortSupplier2.RemovePort(IDebugPort2) Method
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:
int RemovePort(Microsoft::VisualStudio::Debugger::Interop::IDebugPort2 ^ pPort);
public int RemovePort(Microsoft.VisualStudio.Debugger.Interop.IDebugPort2 pPort);
abstract member RemovePort : Microsoft.VisualStudio.Debugger.Interop.IDebugPort2 -> int
Public Function RemovePort (pPort As IDebugPort2) As Integer
Parameters
- pPort
- IDebugPort2