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)

Syntax

'Declaration
Public Enumeration UIElementType
public enum UIElementType
public enum class UIElementType
type UIElementType
public enum UIElementType

Members

Member name Description
Small A small UIElement. A small UIElement is likely to be placed in a list together with other small UIElements.
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.
Tooltip A UIElement to be hosted in a tooltip that represents the object in question.

See Also

Reference

Microsoft.VisualStudio.Language.Intellisense Namespace