다음을 통해 공유


IVsMergeableUIItem Interface

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

Syntax

<GuidAttribute("0AE3E015-2900-4DDF-87AF-CC522AE02284")> _
<InterfaceTypeAttribute()> _
Public Interface IVsMergeableUIItem

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.

See Also

Reference

IVsMergeableUIItem Members

Microsoft.VisualStudio.TextManager.Interop Namespace