IVsSmartTagTipWindow Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the window in which smart tag content is presented.
public interface class IVsSmartTagTipWindow
public interface class IVsSmartTagTipWindow
__interface IVsSmartTagTipWindow
[System.Runtime.InteropServices.Guid("E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSmartTagTipWindow
[System.Runtime.InteropServices.Guid("E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSmartTagTipWindow
[<System.Runtime.InteropServices.Guid("E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSmartTagTipWindow = interface
[<System.Runtime.InteropServices.Guid("E2DECE2A-3A77-4FD3-A4B2-FA5EC4EA41D9")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSmartTagTipWindow = interface
Public Interface IVsSmartTagTipWindow
- Derived
- Attributes
Methods
Dismiss() |
Dismisses the tip window. |
GetContextStream(Int32, Int32) |
Returns the context stream. |
GetSizePreferences(RECT[], SMARTTAGSIZEDATA[]) |
Gets the size preferences for the tip window. |
Paint(IntPtr, RECT[], UInt32, UInt32, Int32) |
Renders the tip window. |
SetSmartTagData(IVsSmartTagData) |
Sets smart tag data. |
WndProc(IntPtr, UInt32, IntPtr, IntPtr, Int32) |
Processes Windows messages for the tip window. |
WndProc(IntPtr, UInt32, IntPtr, IntPtr, IntPtr) |