SVsTextManager Interface
Visual Studio 2015
Passed to GetService to return a reference to IVsTextManager and IVsHiddenTextManager.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Every VSPackage that needs to allow a user to read or edit text. Text streams do not necessarily have to correspond with files. Typically a text document frame is created through IVsUIShellOpenDocument.OpenStandardEditor when the standard text editor is the best editor match
Show: