IVsMergeableUIItem Interface

 

Manages access to names, description and priority of a UI item.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

[GuidAttribute("0AE3E015-2900-4DDF-87AF-CC522AE02284")]
[InterfaceTypeAttribute(1)]
public interface IVsMergeableUIItem

NameDescription
System_CAPS_pubmethodGetCanonicalName(String)

Returns non-localized item name, used for comparison in inter-language merging of items.

System_CAPS_pubmethodGetDescription(String)

Returns the description of the item.

System_CAPS_pubmethodGetDisplayName(String)

Returns the localized item name used for display in UI.

System_CAPS_pubmethodGetMergingPriority(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.

Return to top
Show: