Condividi tramite


IDebugAsyncPropertyProvider.SetAsyncStepOutFlag Method

Definition

public:
 int SetAsyncStepOutFlag(Microsoft::VisualStudio::Debugger::Interop::IDebugSymbolProvider ^ pSymbolProvider, Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, Microsoft::VisualStudio::Debugger::Interop::IDebugBinder ^ pBinder, int value);
public:
 int SetAsyncStepOutFlag(Microsoft::VisualStudio::Debugger::Interop::IDebugSymbolProvider ^ pSymbolProvider, Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress, Microsoft::VisualStudio::Debugger::Interop::IDebugBinder ^ pBinder, int value);
int SetAsyncStepOutFlag(Microsoft::VisualStudio::Debugger::Interop::IDebugSymbolProvider const & pSymbolProvider, Microsoft::VisualStudio::Debugger::Interop::IDebugAddress const & pAddress, Microsoft::VisualStudio::Debugger::Interop::IDebugBinder const & pBinder, int value);
public int SetAsyncStepOutFlag(Microsoft.VisualStudio.Debugger.Interop.IDebugSymbolProvider pSymbolProvider, Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress, Microsoft.VisualStudio.Debugger.Interop.IDebugBinder pBinder, int value);
abstract member SetAsyncStepOutFlag : Microsoft.VisualStudio.Debugger.Interop.IDebugSymbolProvider * Microsoft.VisualStudio.Debugger.Interop.IDebugAddress * Microsoft.VisualStudio.Debugger.Interop.IDebugBinder * int -> int
Public Function SetAsyncStepOutFlag (pSymbolProvider As IDebugSymbolProvider, pAddress As IDebugAddress, pBinder As IDebugBinder, value As Integer) As Integer

Parameters

pSymbolProvider
IDebugSymbolProvider
pAddress
IDebugAddress
pBinder
IDebugBinder
value
Int32

Returns

Applies to