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

'Déclaration
<GuidAttribute("E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")> _
Public Interface VsSmartTagTipWindow _
    Inherits IVsSmartTagTipWindow
'Utilisation
Dim instance As VsSmartTagTipWindow
[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

See Also

Reference

VsSmartTagTipWindow Members

Microsoft.VisualStudio.TextManager.Interop Namespace