IDebugENCDocumentContextUpdate.UpdateStatementPosition 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 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