Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 Accessing the Editor By Using Legacy Interfaces.
Note
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).