Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
| 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. |