Microsoft.VisualStudio.Text.Adornments Namespace
Provides support for editor adornments.
| Class | Description | |
|---|---|---|
![]() | ErrorTypeDefinition | Defines error types. |
![]() | PredefinedErrorTypeNames | Represents the predefined error types. |
| Interface | Description | |
|---|---|---|
![]() | IErrorProviderFactory | Gets a error tagger (a SimpleTagger<'T> of type ErrorTag) for the given buffer, or creates a new one if there is no error tagger already cached in the owned properties of the buffer. |
![]() | ITextMarkerProviderFactory | Gets a text marker tagger (a SimpleTagger<'T> of type TextMarkerTag for a given buffer, or creates a new one if no text marker tagger is already cached in the owned properties of the buffer. |
![]() | IToolTipProvider | Creates and displays tooltips. |
![]() | IToolTipProviderFactory | Gets an existing tooltip adornment provider from the cached list, or creates one if there is not one in the cache. |
| Enumeration | Description | |
|---|---|---|
![]() | PopupStyles | Represents the styles associated with pop-up windows. |
For more information about adornments, see the "Adornments" section of Inside the Editor. For more information about adding and extending adornments, see the "Extending Adornments" section in Editor Extension Points.


