VsSmartTagTipWindow Interface

Controls interaction with a tip window.

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

Syntax

'Declaration
<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

The VsSmartTagTipWindow type exposes the following members.

Methods

  Name Description
Public method Dismiss The window is being dismissed by the view. (Inherited from IVsSmartTagTipWindow.)
Public method GetContextStream Returns the context stream. (Inherited from IVsSmartTagTipWindow.)
Public method GetSizePreferences Returns the size preferences for a tip window. (Inherited from IVsSmartTagTipWindow.)
Public method Paint Renders the window. (Inherited from IVsSmartTagTipWindow.)
Public method SetSmartTagData Sets smart tag data. (Inherited from IVsSmartTagTipWindow.)
Public method WndProc Processes Windows messages. (Inherited from IVsSmartTagTipWindow.)

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace