This topic has not yet been rated - Rate this topic

Document Window Implementation

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Although document windows and tool windows are both windows, they are implemented differently.

Tool windows are created by implementing CreateToolWindow. Document windows are created by implementing an editor. The IVsEditorFactory interface creates document windows as part of instantiating an editor. For more information, see Editors.

NoteNote

To provide backward and forward navigation points in your window, implement the IVsBackForwardNavigation interface. The text editor uses text markers to identify navigation points in the integrated development environment (IDE).

See Also

Reference

IVsEditorFactory

Other Resources

Checklist: Implementing Tool Windows
Editors

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.