VsSmartTagTipWindow 接口

控件与提示窗口的交互。

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

语法

声明
<GuidAttribute("E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")> _
Public Interface VsSmartTagTipWindow _
    Inherits IVsSmartTagTipWindow
[GuidAttribute("E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")]
public interface VsSmartTagTipWindow : IVsSmartTagTipWindow
[GuidAttribute(L"E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")]
public interface class VsSmartTagTipWindow : IVsSmartTagTipWindow
[<GuidAttribute("E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")>]
type VsSmartTagTipWindow =  
    interface 
        interface IVsSmartTagTipWindow 
    end
public interface VsSmartTagTipWindow extends IVsSmartTagTipWindow

VsSmartTagTipWindow 类型公开以下成员。

方法

  名称 说明
公共方法 Dismiss 窗口通过视图关闭。 (继承自 IVsSmartTagTipWindow。)
公共方法 GetContextStream 返回上下文流。 (继承自 IVsSmartTagTipWindow。)
公共方法 GetSizePreferences 返回提示窗口的大小首选项。 (继承自 IVsSmartTagTipWindow。)
公共方法 Paint 呈现窗口。 (继承自 IVsSmartTagTipWindow。)
公共方法 SetSmartTagData 智能标记数据。 (继承自 IVsSmartTagTipWindow。)
公共方法 WndProc 处理 Windows 消息。 (继承自 IVsSmartTagTipWindow。)

页首

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间