IVsMergeableUIItem Interface

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

Syntax

'Déclaration
<GuidAttribute("0AE3E015-2900-4DDF-87AF-CC522AE02284")> _
<InterfaceTypeAttribute()> _
Public Interface IVsMergeableUIItem
'Utilisation
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
[<GuidAttribute("0AE3E015-2900-4DDF-87AF-CC522AE02284")>]
[<InterfaceTypeAttribute()>]
type IVsMergeableUIItem =  interface end
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.

See Also

Reference

IVsMergeableUIItem Members

Microsoft.VisualStudio.TextManager.Interop Namespace