IDebugDocumentContext2
This interface represents a position in a source file document.
IDebugDocumentContext2 : IUnknown
Methods on several interfaces, most typically the IDebugStackFrame2::GetDocumentContext and IDebugCodeContext2::GetDocumentContext interfaces, return this interface.
The following table shows the methods of IDebugDocumentContext2.
|
Method |
Description |
|---|---|
|
Gets the document that contains this document context. |
|
|
Gets the displayable name of the document that contains this document context. |
|
|
Retrieves a list of all code contexts associated with this document context. |
|
|
Gets the language associated with this document context. |
|
|
Gets the file statement range of this document context. |
|
|
Gets the file source range of this document context. |
|
|
Compares this document context to a given array of document contexts. |
|
|
Moves the document context by a given number of statements or lines. |