Share via


IDebugENCDocumentContextUpdate.UpdateStatementPosition Method

Definition

public:
 int UpdateStatementPosition(Microsoft::VisualStudio::Debugger::Interop::TEXT_POSITION posBegStatement, Microsoft::VisualStudio::Debugger::Interop::TEXT_POSITION posEndStatement);
public int UpdateStatementPosition(Microsoft.VisualStudio.Debugger.Interop.TEXT_POSITION posBegStatement, Microsoft.VisualStudio.Debugger.Interop.TEXT_POSITION posEndStatement);
abstract member UpdateStatementPosition : Microsoft.VisualStudio.Debugger.Interop.TEXT_POSITION * Microsoft.VisualStudio.Debugger.Interop.TEXT_POSITION -> int
Public Function UpdateStatementPosition (posBegStatement As TEXT_POSITION, posEndStatement As TEXT_POSITION) As Integer

Parameters

posBegStatement
TEXT_POSITION
posEndStatement
TEXT_POSITION

Returns

Applies to