IVsSmartTagData 接口

表示智能标记的内容。

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.8.0(在 Microsoft.VisualStudio.TextManager.Interop.8.0.dll 中)

语法

声明
<GuidAttribute("8C2A8A68-8844-4E55-B0A1-805B4DA0DEB2")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSmartTagData
[GuidAttribute("8C2A8A68-8844-4E55-B0A1-805B4DA0DEB2")]
[InterfaceTypeAttribute()]
public interface IVsSmartTagData
[GuidAttribute(L"8C2A8A68-8844-4E55-B0A1-805B4DA0DEB2")]
[InterfaceTypeAttribute()]
public interface class IVsSmartTagData
[<GuidAttribute("8C2A8A68-8844-4E55-B0A1-805B4DA0DEB2")>]
[<InterfaceTypeAttribute()>]
type IVsSmartTagData =  interface end
public interface IVsSmartTagData

IVsSmartTagData 类型公开以下成员。

方法

  名称 说明
公共方法 GetContextMenuInfo 获取有关上下文菜单的信息。
公共方法 GetContextStream 获取流中的位置和长度。
公共方法 GetImageIndex 获取显示与此智能标记数据的图标的索引。
公共方法 GetTimerInterval 获取计时器时间间隔。
公共方法 GetTipText 获取要显示的提示文本。
公共方法 IsLeftJustified 确定数据是否已左对齐。
公共方法 OnDismiss 处理 Dismiss 事件。
公共方法 OnInvocation 处理 IVsSmartTagTipWindow 事件的调用。
公共方法 UpdateView 更新视图。

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间