IAsyncDebugEngineOperationWorkList.AddOperation 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 AddOperation(Microsoft::VisualStudio::Debugger::Interop::IAsyncDebugEngineOperation ^ pDebugOperation);
public int AddOperation(Microsoft.VisualStudio.Debugger.Interop.IAsyncDebugEngineOperation pDebugOperation);
abstract member AddOperation : Microsoft.VisualStudio.Debugger.Interop.IAsyncDebugEngineOperation -> int
Public Function AddOperation (pDebugOperation As IAsyncDebugEngineOperation) As Integer
Parameters
- pDebugOperation
- IAsyncDebugEngineOperation