VsIntellisenseLangTipClass Class

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
Public method VsIntellisenseLangTipClass Creates a new instance of the class.

Top

Methods

  Name Description
Public method Close Destroys the tip window and then deletes the tip.
Public method Create Creates the tool tip window.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetOverloadCount Gets the number of overloads for the current method.
Public method GetSizePreferences Gets the size of the language tip window.
Public method GetSizeY Gets the height of the tip window.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Initialize Initializes a language tooltip.
Public method IsActive Determines whether the tip is active.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ScrollDown Scrolls to the next overload of the method.
Public method ScrollUp Scrolls to the previous overload of the method.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Update Updates a language tool tip.
Public method 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.

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace