IVsIntellisenseCompletor Interface

Definition

Used to create and display a completor window

public interface class IVsIntellisenseCompletor : Microsoft::VisualStudio::OLE::Interop::IOleCommandTarget
public interface class IVsIntellisenseCompletor : Microsoft::VisualStudio::OLE::Interop::IOleCommandTarget
__interface IVsIntellisenseCompletor : Microsoft::VisualStudio::OLE::Interop::IOleCommandTarget
[System.Runtime.InteropServices.Guid("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsIntellisenseCompletor : Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget
[System.Runtime.InteropServices.Guid("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsIntellisenseCompletor : Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget
[<System.Runtime.InteropServices.Guid("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsIntellisenseCompletor = interface
    interface IOleCommandTarget
[<System.Runtime.InteropServices.Guid("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsIntellisenseCompletor = interface
    interface IOleCommandTarget
Public Interface IVsIntellisenseCompletor
Implements IOleCommandTarget
Derived
Attributes
Implements

Methods

Exec(Guid, UInt32, UInt32, IntPtr, IntPtr)
Exec(Guid, UInt32, UInt32, Object, Object)

Executes the completion.

GetCompletionSpan(TextSpan[])

Returns the completor span.

GetHeight(UInt32)

Gets the height of the IntelliSense completor.

GetWidth(UInt32)

Gets the completor width.

GetWindowHandle(IntPtr)

Gets a handle to the completor window.

Hide()

Hides the IntelliSense completor.

Initialize(IVsIntellisenseHost, IntPtr)

Initializes the IntelliSense completor.

IsActive(Int32)

Determines whether the completor is active.

QueryStatus(Guid, UInt32, OLECMD[], IntPtr)
QueryStatus(Guid, UInt32, OLECMD[], OLECMDTEXT[])

Gets the status of the completor.

SetLocation(POINT[])

Sets the completor location.

Update(IVsCompletionSet, UInt32)

Updates the IntelliSense completor.

Applies to