IDebugDocumentContext2.Seek(Int32, IDebugDocumentContext2) 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 Seek(int nCount, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugDocumentContext2 ^ % ppDocContext);
public int Seek(int nCount, out Microsoft.VisualStudio.Debugger.Interop.IDebugDocumentContext2 ppDocContext);
abstract member Seek : int * IDebugDocumentContext2 -> int
Public Function Seek (nCount As Integer, ByRef ppDocContext As IDebugDocumentContext2) As Integer
Parameters
- nCount
- Int32
- ppDocContext
- IDebugDocumentContext2