次の方法で共有


Document Position

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

In Visual Studio debugging, a document position:

  • Provides an abstraction of a position in a source file as known to the IDE. For most languages today, a document position can be thought of as a position in a source file.

  • Describes a position in a source document to a debug engine.

  • Is implemented by an IDebugDocumentPosition2 interface.

See Also

Code Context
Document Context
Symbol Provider
Symbol Provider Interfaces
Debugger Contexts