IVsMergeableUIItem Interface
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
'Usage
Dim instance As IVsMergeableUIItem
[GuidAttribute("0AE3E015-2900-4DDF-87AF-CC522AE02284")]
[InterfaceTypeAttribute()]
public interface IVsMergeableUIItem
[GuidAttribute(L"0AE3E015-2900-4DDF-87AF-CC522AE02284")]
[InterfaceTypeAttribute()]
public interface class IVsMergeableUIItem
public interface IVsMergeableUIItem
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.