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