VsIntellisenseLangTipClass Class

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

Top

Methods

  Name Description
Public method Close
Public method Create
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
Public method GetSizePreferences
Public method GetSizeY
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Initialize
Public method IsActive
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ScrollDown
Public method ScrollUp
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Update
Public method UpdatePosition

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