IDebugProcess2.GetPort(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 GetPort([Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugPort2 ^ % ppPort);
public int GetPort(out Microsoft.VisualStudio.Debugger.Interop.IDebugPort2 ppPort);
abstract member GetPort : IDebugPort2 -> int
Public Function GetPort (ByRef ppPort As IDebugPort2) As Integer
Parameters
- ppPort
- IDebugPort2