IVsIntellisenseCompletor 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
<InterfaceTypeAttribute()> _
<GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")> _
Public Interface IVsIntellisenseCompletor _
    Inherits IOleCommandTarget
[InterfaceTypeAttribute()]
[GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
public interface IVsIntellisenseCompletor : IOleCommandTarget
[InterfaceTypeAttribute()]
[GuidAttribute(L"05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
public interface class IVsIntellisenseCompletor : IOleCommandTarget
[<InterfaceTypeAttribute()>]
[<GuidAttribute("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")>]
type IVsIntellisenseCompletor =  
    interface 
        interface IOleCommandTarget 
    end
public interface IVsIntellisenseCompletor extends IOleCommandTarget

The IVsIntellisenseCompletor type exposes the following members.

Methods

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

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace