IVsMergeableUIItem Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Manages access to names, description and priority of a UI item.
public interface class IVsMergeableUIItem
public interface class IVsMergeableUIItem
__interface IVsMergeableUIItem
[System.Runtime.InteropServices.Guid("0AE3E015-2900-4DDF-87AF-CC522AE02284")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsMergeableUIItem
[System.Runtime.InteropServices.Guid("0AE3E015-2900-4DDF-87AF-CC522AE02284")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsMergeableUIItem
[<System.Runtime.InteropServices.Guid("0AE3E015-2900-4DDF-87AF-CC522AE02284")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsMergeableUIItem = interface
[<System.Runtime.InteropServices.Guid("0AE3E015-2900-4DDF-87AF-CC522AE02284")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsMergeableUIItem = interface
Public Interface IVsMergeableUIItem
- Derived
- Attributes
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.
Methods
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. |