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