Microsoft.VisualStudio.Editor Namespace

Classes

  Class Description
Public class DefGuidList Defines the GUIDs used to co-create different editor objects.
Public class FontsAndColorsCategory Represents a fonts and colors category.

Interfaces

  Interface Description
Public interface IVsEditorAdaptersFactoryService Provides helper methods to switch between interfaces for the earlier Visual Studio editor (for example, IVsTextView) and the equivalent interfaces for the current Visual Studio editor (for example, ITextView). IVsEditorAdaptersFactoryService also has methods to create adapters for IVsTextBuffer, IVsTextView, and IVsCodeWindow. These adapters provide an implementation of earlier interfaces that is based on the current interfaces (ITextBuffer and ITextView). You can use one of these adapters wherever an earlier type is required.
Public interface IVsFontsAndColorsInformation Represents color information for a language service.
Public interface IVsFontsAndColorsInformationService Provides font and color information for language services and FontsAndColorsCategory objects.
Public interface IVsTextViewCreationListener A listener to the event raised when a text view adapter (IVsTextView) is created and initialized.
Public interface IVsVisibleTextMarkerTag These tags are generated from the visible legacy markers created using CreateLineMarker and CreateStreamMarker.