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