IDebugDocumentContext Interface
Provides an abstract representation of a portion of the document being debugged. For text documents, this representation consists of a character-position range.
In addition to the methods inherited from IUnknown
, the IDebugDocumentContext
interface exposes the following methods.
Methods in Vtable Order
Method | Description |
---|---|
IDebugDocumentContext::GetDocument | Returns the document that contains this context. |
IDebugDocumentContext::EnumCodeContexts | Enumerates the code contexts associated with this document context. |