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 | |
---|---|---|
VsIntellisenseLangTipClass |
Top
Methods
Name | Description | |
---|---|---|
Close | ||
Create | ||
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 a hash function for a particular type. (Inherited from Object.) | |
GetOverloadCount | ||
GetSizePreferences | ||
GetSizeY | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Initialize | ||
IsActive | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ScrollDown | ||
ScrollUp | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update | ||
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.