IDebugComPlusSymbolProvider110.IsAsyncYieldPoint(IDebugAddress, Int32) 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 IsAsyncYieldPoint(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, [Runtime::InteropServices::Out] int % breakpointMethod);
public int IsAsyncYieldPoint(Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress, out int breakpointMethod);
abstract member IsAsyncYieldPoint : Microsoft.VisualStudio.Debugger.Interop.IDebugAddress * int -> int
Public Function IsAsyncYieldPoint (pAddress As IDebugAddress, ByRef breakpointMethod As Integer) As Integer
Parameters
- pAddress
- IDebugAddress
- breakpointMethod
- Int32