VsIntellisenseLangTipClass Class
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.
Used to expose method tips.
public ref class VsIntellisenseLangTipClass : Microsoft::VisualStudio::TextManager::Interop::VsIntellisenseLangTip
[Windows::Foundation::Metadata::WebHostHidden]
class VsIntellisenseLangTipClass : Microsoft::VisualStudio::TextManager::Interop::VsIntellisenseLangTip
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.Guid("39F4B568-7166-42B3-87E6-6B856864AE55")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class VsIntellisenseLangTipClass : Microsoft.VisualStudio.TextManager.Interop.VsIntellisenseLangTip
[System.Runtime.InteropServices.Guid("39F4B568-7166-42B3-87E6-6B856864AE55")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
public class VsIntellisenseLangTipClass : Microsoft.VisualStudio.TextManager.Interop.VsIntellisenseLangTip
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.Guid("39F4B568-7166-42B3-87E6-6B856864AE55")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type VsIntellisenseLangTipClass = class
interface IVsIntellisenseLangTip
interface VsIntellisenseLangTip
[<System.Runtime.InteropServices.Guid("39F4B568-7166-42B3-87E6-6B856864AE55")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
type VsIntellisenseLangTipClass = class
interface VsIntellisenseLangTip
interface IVsIntellisenseLangTip
Public Class VsIntellisenseLangTipClass
Implements VsIntellisenseLangTip
- Inheritance
-
VsIntellisenseLangTipClass
- Attributes
- Implements
Constructors
VsIntellisenseLangTipClass() |
Creates a new instance of the class. |
Methods
Close(Int32) |
Destroys the tip window and then deletes the tip. |
Create(IVsTipWindow) |
Creates the tool tip window. |
GetOverloadCount(Int32) |
Gets the number of overloads for the current method. |
GetSizePreferences(RECT[], TIPSIZEDATA[]) |
Gets the size of the language tip window. |
GetSizeY(Int16) |
Gets the height of the tip window. |
Initialize(IVsIntellisenseHost) |
Initializes a language tooltip. |
IsActive(Int32) |
Determines whether the tip is active. |
ScrollDown() |
Scrolls to the next overload of the method. |
ScrollUp() |
Scrolls to the previous overload of the method. |
Update(IVsTipWindow, UInt32) |
Updates a language tool tip. |
UpdatePosition() |
Updates the tip position. |