IVsMergeableUIItem Interface
Visual Studio 2015
Manages access to names, description and priority of a UI item.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetCanonicalName(String) | Returns non-localized item name, used for comparison in inter-language merging of items. |
![]() | GetDescription(String) | Returns the description of the item. |
![]() | GetDisplayName(String) | Returns the localized item name used for display in UI. |
![]() | GetMergingPriority(Int32) | Returns the merging priority. |
This interface must be implemented by implementers of IVsPackageDefinedTextMarkerType, and may be implemented (that is, it is not absolutely required) by implementers of IVsColorableItem.
Show:
