VsIntellisenseLangTip Interface
Used to expose method tips.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("1E34D422-7120-4D9E-96FF-E880B665D30D")> _
Public Interface VsIntellisenseLangTip _
Inherits IVsIntellisenseLangTip
[GuidAttribute("1E34D422-7120-4D9E-96FF-E880B665D30D")]
public interface VsIntellisenseLangTip : IVsIntellisenseLangTip
[GuidAttribute(L"1E34D422-7120-4D9E-96FF-E880B665D30D")]
public interface class VsIntellisenseLangTip : IVsIntellisenseLangTip
[<GuidAttribute("1E34D422-7120-4D9E-96FF-E880B665D30D")>]
type VsIntellisenseLangTip =
interface
interface IVsIntellisenseLangTip
end
public interface VsIntellisenseLangTip extends IVsIntellisenseLangTip
The VsIntellisenseLangTip type exposes the following members.
Methods
Name | Description | |
---|---|---|
Close | Destroys the tip window and then deletes the tip. (Inherited from IVsIntellisenseLangTip.) | |
Create | Creates the tool tip window. (Inherited from IVsIntellisenseLangTip.) | |
GetOverloadCount | Gets the number of overloads for the current method. (Inherited from IVsIntellisenseLangTip.) | |
GetSizePreferences | Gets the size of the language tip window. (Inherited from IVsIntellisenseLangTip.) | |
GetSizeY | Gets the height of the tip window. (Inherited from IVsIntellisenseLangTip.) | |
Initialize | Initializes a language tooltip. (Inherited from IVsIntellisenseLangTip.) | |
IsActive | Determines whether the tip is active. (Inherited from IVsIntellisenseLangTip.) | |
ScrollDown | Scrolls to next overload of the method. (Inherited from IVsIntellisenseLangTip.) | |
ScrollUp | Scrolls to the previous overload of the method. (Inherited from IVsIntellisenseLangTip.) | |
Update | Updates a language tooltip. (Inherited from IVsIntellisenseLangTip.) | |
UpdatePosition | Updates the tip position. (Inherited from IVsIntellisenseLangTip.) |
Top