VsIntellisenseCompletor Interface

Used to create and display a completor window.

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

Syntax

'Declaration
<GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")> _
Public Interface VsIntellisenseCompletor _
    Inherits IVsIntellisenseCompletor
[GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
public interface VsIntellisenseCompletor : IVsIntellisenseCompletor
[GuidAttribute(L"05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
public interface class VsIntellisenseCompletor : IVsIntellisenseCompletor
[<GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")>]
type VsIntellisenseCompletor =  
    interface 
        interface IVsIntellisenseCompletor 
    end
public interface VsIntellisenseCompletor extends IVsIntellisenseCompletor

The VsIntellisenseCompletor type exposes the following members.

Methods

  Name Description
Public method Exec(Guid%, UInt32, UInt32, Object%, Object%) Executes the completion. (Inherited from IVsIntellisenseCompletor.)
Public method GetCompletionSpan Returns the completor span. (Inherited from IVsIntellisenseCompletor.)
Public method GetHeight Gets the height of the IntelliSense completor. (Inherited from IVsIntellisenseCompletor.)
Public method GetWidth Gets the completor width. (Inherited from IVsIntellisenseCompletor.)
Public method GetWindowHandle Gets a handle to the completor window. (Inherited from IVsIntellisenseCompletor.)
Public method Hide Hides the IntelliSense completor. (Inherited from IVsIntellisenseCompletor.)
Public method Initialize Initializes the IntelliSense completor. (Inherited from IVsIntellisenseCompletor.)
Public method IsActive Determines whether the completor is active. (Inherited from IVsIntellisenseCompletor.)
Public method QueryStatus(Guid%, UInt32, array<OLECMD[], array<OLECMDTEXT[]) Gets the status of the completor. (Inherited from IVsIntellisenseCompletor.)
Public method SetLocation Sets the completor location. (Inherited from IVsIntellisenseCompletor.)
Public method Update Updates the IntelliSense completor. (Inherited from IVsIntellisenseCompletor.)

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace