Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
<GuidAttribute("0AE3E015-2900-4DDF-87AF-CC522AE02284")> _
<InterfaceTypeAttribute()> _
Public Interface IVsMergeableUIItem
[GuidAttribute("0AE3E015-2900-4DDF-87AF-CC522AE02284")]
[InterfaceTypeAttribute()]
public interface IVsMergeableUIItem
[GuidAttribute(L"0AE3E015-2900-4DDF-87AF-CC522AE02284")]
[InterfaceTypeAttribute()]
public interface class IVsMergeableUIItem
[<GuidAttribute("0AE3E015-2900-4DDF-87AF-CC522AE02284")>]
[<InterfaceTypeAttribute()>]
type IVsMergeableUIItem = interface end
public interface IVsMergeableUIItem
The IVsMergeableUIItem type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetCanonicalName | Returns non-localized item name, used for comparison in inter-language merging of items. |
![]() |
GetDescription | Returns the description of the item. |
![]() |
GetDisplayName | Returns the localized item name used for display in UI. |
![]() |
GetMergingPriority | Returns the merging priority. |
Top
Remarks
This interface must be implemented by implementers of IVsPackageDefinedTextMarkerType, and may be implemented (that is, it is not absolutely required) by implementers of IVsColorableItem.