Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to expose method tips.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TextManager.Interop.VsIntellisenseLangTipClass
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("39F4B568-7166-42B3-87E6-6B856864AE55")> _
Public Class VsIntellisenseLangTipClass _
Implements IVsIntellisenseLangTip, VsIntellisenseLangTip
[ClassInterfaceAttribute()]
[GuidAttribute("39F4B568-7166-42B3-87E6-6B856864AE55")]
public class VsIntellisenseLangTipClass : IVsIntellisenseLangTip,
VsIntellisenseLangTip
[ClassInterfaceAttribute()]
[GuidAttribute(L"39F4B568-7166-42B3-87E6-6B856864AE55")]
public ref class VsIntellisenseLangTipClass : IVsIntellisenseLangTip,
VsIntellisenseLangTip
[<ClassInterfaceAttribute()>]
[<GuidAttribute("39F4B568-7166-42B3-87E6-6B856864AE55")>]
type VsIntellisenseLangTipClass =
class
interface IVsIntellisenseLangTip
interface VsIntellisenseLangTip
end
public class VsIntellisenseLangTipClass implements IVsIntellisenseLangTip, VsIntellisenseLangTip
The VsIntellisenseLangTipClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
VsIntellisenseLangTipClass | Creates a new instance of the class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Close | Destroys the tip window and then deletes the tip. |
![]() |
Create | Creates the tool tip window. |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetOverloadCount | Gets the number of overloads for the current method. |
![]() |
GetSizePreferences | Gets the size of the language tip window. |
![]() |
GetSizeY | Gets the height of the tip window. |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Initialize | Initializes a language tooltip. |
![]() |
IsActive | Determines whether the tip is active. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ScrollDown | Scrolls to the next overload of the method. |
![]() |
ScrollUp | Scrolls to the previous overload of the method. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
Update | Updates a language tool tip. |
![]() |
UpdatePosition | Updates the tip position. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.