命名空间: Microsoft.VisualStudio.TextManager.Interop
程序集: Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)
语法
声明
<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
IVsMergeableUIItem 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
GetCanonicalName | returns 非本地化项目名称,用于比较在中间语言将项目。 |
![]() |
GetDescription | |
![]() |
GetDisplayName | 返回用于显示的本地化项目名称在 UI。 |
![]() |
GetMergingPriority | 返回合并的优先级。 |
页首
备注
必须由 IVsPackageDefinedTextMarkerType实现此接口,并且可以通过 IVsColorableItem实现 (即它不是绝对必需的)。