VsIntellisenseCompletorClass Class

Used to create and display a completor window.

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

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method Exec Executes the completion.
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 Gets the completion span.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetHeight Gets the height of the IntelliSense completor.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetWidth Returns the width of the completion span.
Public method GetWindowHandle Gets the handle of the completor window.
Public method Hide Hides the completor.
Public method Initialize Initializes the IntelliSense completor.
Public method IsActive Determines whether the completor is active.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method QueryStatus Gets the status of the completor.
Public method SetLocation Sets the location of the IntelliSense completor.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Update Updates the completor.

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