VsSmartTagTipWindow Interface

Definition

Controls interaction with a tip window.

public interface class VsSmartTagTipWindow : Microsoft::VisualStudio::TextManager::Interop::IVsSmartTagTipWindow
public interface class VsSmartTagTipWindow : Microsoft::VisualStudio::TextManager::Interop::IVsSmartTagTipWindow
__interface VsSmartTagTipWindow : Microsoft::VisualStudio::TextManager::Interop::IVsSmartTagTipWindow
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsSmartTagTipWindowClass))]
[System.Runtime.InteropServices.Guid("E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")]
public interface VsSmartTagTipWindow : Microsoft.VisualStudio.TextManager.Interop.IVsSmartTagTipWindow
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsSmartTagTipWindowClass))]
[System.Runtime.InteropServices.Guid("E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface VsSmartTagTipWindow : Microsoft.VisualStudio.TextManager.Interop.IVsSmartTagTipWindow
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsSmartTagTipWindowClass))>]
[<System.Runtime.InteropServices.Guid("E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")>]
type VsSmartTagTipWindow = interface
    interface IVsSmartTagTipWindow
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsSmartTagTipWindowClass))>]
[<System.Runtime.InteropServices.Guid("E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type VsSmartTagTipWindow = interface
    interface IVsSmartTagTipWindow
Public Interface VsSmartTagTipWindow
Implements IVsSmartTagTipWindow
Derived
Attributes
Implements

Methods

Dismiss()

Dismisses the tip window.

(Inherited from IVsSmartTagTipWindow)
GetContextStream(Int32, Int32)

Returns the context stream.

(Inherited from IVsSmartTagTipWindow)
GetSizePreferences(RECT[], SMARTTAGSIZEDATA[])

Gets the size preferences for the tip window.

(Inherited from IVsSmartTagTipWindow)
Paint(IntPtr, RECT[], UInt32, UInt32, Int32)

Renders the tip window.

(Inherited from IVsSmartTagTipWindow)
SetSmartTagData(IVsSmartTagData)

Sets smart tag data.

(Inherited from IVsSmartTagTipWindow)
WndProc(IntPtr, UInt32, IntPtr, IntPtr, Int32)

Processes Windows messages for the tip window.

(Inherited from IVsSmartTagTipWindow)
WndProc(IntPtr, UInt32, IntPtr, IntPtr, IntPtr) (Inherited from IVsSmartTagTipWindow)

Applies to