VsIntellisenseCompletorClass Class

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TextManager.Interop.VsIntellisenseCompletorClass

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Declaration
<GuidAttribute("F2073DB0-75B9-43AE-8681-0962C0CD4BE2")> _
<ClassInterfaceAttribute()> _
Public Class VsIntellisenseCompletorClass _
    Implements IVsIntellisenseCompletor, VsIntellisenseCompletor
[GuidAttribute("F2073DB0-75B9-43AE-8681-0962C0CD4BE2")]
[ClassInterfaceAttribute()]
public class VsIntellisenseCompletorClass : IVsIntellisenseCompletor, 
    VsIntellisenseCompletor
[GuidAttribute(L"F2073DB0-75B9-43AE-8681-0962C0CD4BE2")]
[ClassInterfaceAttribute()]
public ref class VsIntellisenseCompletorClass : IVsIntellisenseCompletor, 
    VsIntellisenseCompletor
[<GuidAttribute("F2073DB0-75B9-43AE-8681-0962C0CD4BE2")>]
[<ClassInterfaceAttribute()>]
type VsIntellisenseCompletorClass =  
    class
        interface IVsIntellisenseCompletor
        interface VsIntellisenseCompletor
    end
public class VsIntellisenseCompletorClass implements IVsIntellisenseCompletor, VsIntellisenseCompletor

The VsIntellisenseCompletorClass type exposes the following members.

Constructors

  Name Description
Public method VsIntellisenseCompletorClass

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method Exec
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 GetCompletionSpan
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetHeight
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetWidth
Public method GetWindowHandle
Public method Hide
Public method Initialize
Public method IsActive
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method QueryStatus
Public method SetLocation
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Update

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