IVsSmartTagData 接口

定义

表示智能标记内容。

public interface class IVsSmartTagData
public interface class IVsSmartTagData
__interface IVsSmartTagData
[System.Runtime.InteropServices.Guid("8C2A8A68-8844-4E55-B0A1-805B4DA0DEB2")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSmartTagData
[<System.Runtime.InteropServices.Guid("8C2A8A68-8844-4E55-B0A1-805B4DA0DEB2")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSmartTagData = interface
Public Interface IVsSmartTagData
属性

方法

GetContextMenuInfo(Guid, Int32, IOleCommandTarget)

获取有关上下文菜单的信息。

GetContextStream(Int32, Int32)

获取流的位置和长度。

GetImageIndex(Int32)

获取与此智能标记数据一起显示的图标的索引。

GetTimerInterval(Int32)

获取计时器时间间隔。

GetTipText(String)

获取要显示的提示文本。

IsLeftJustified(Int32)

确定数据是否为左对齐。

OnDismiss()

处理 Dismiss() 事件。

OnInvocation()

处理事件的调用 IVsSmartTagTipWindow

UpdateView()

更新视图。

适用于