IDebugDocumentContext2.GetStatementRange 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 GetStatementRange(cli::array <Microsoft::VisualStudio::Debugger::Interop::TEXT_POSITION> ^ pBegPosition, cli::array <Microsoft::VisualStudio::Debugger::Interop::TEXT_POSITION> ^ pEndPosition);
public int GetStatementRange(Microsoft.VisualStudio.Debugger.Interop.TEXT_POSITION[] pBegPosition, Microsoft.VisualStudio.Debugger.Interop.TEXT_POSITION[] pEndPosition);
abstract member GetStatementRange : Microsoft.VisualStudio.Debugger.Interop.TEXT_POSITION[] * Microsoft.VisualStudio.Debugger.Interop.TEXT_POSITION[] -> int
Public Function GetStatementRange (pBegPosition As TEXT_POSITION(), pEndPosition As TEXT_POSITION()) As Integer
Parameters
- pBegPosition
- TEXT_POSITION[]
- pEndPosition
- TEXT_POSITION[]