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