Language

IDebugComPlusSymbolProvider110.IsLastUserSequencePoint(IDebugAddress) Method

Definition

public:
 int IsLastUserSequencePoint(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress);
public:
 int IsLastUserSequencePoint(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress ^ pAddress);
int IsLastUserSequencePoint(Microsoft::VisualStudio::Debugger::Interop::IDebugAddress const & pAddress);
public int IsLastUserSequencePoint(Microsoft.VisualStudio.Debugger.Interop.IDebugAddress pAddress);
abstract member IsLastUserSequencePoint : Microsoft.VisualStudio.Debugger.Interop.IDebugAddress -> int
Public Function IsLastUserSequencePoint (pAddress As IDebugAddress) As Integer

Parameters

pAddress
IDebugAddress

Returns

Applies to