UIElementType Enumeration

 

Describes types of UIElements to be provided by an IUIElementProvider<TItem, TContext>.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public enum UIElementType

Member nameDescription
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.

Return to top
Show: