UIElementType Enumeration
Visual Studio 2015
Describes types of UIElements to be provided by an IUIElementProvider<TItem, TContext>.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Member name | Description | |
|---|---|---|
| Large | A large UIElement. A large UIElement is likely to be displayed by itself (not with other similar elements) and should present detailed information about the object in question. | |
| Small | A small UIElement. A small UIElement is likely to be placed in a list together with other small UIElements. | |
| Tooltip | A UIElement to be hosted in a tooltip that represents the object in question. |
Show: