VsIntellisenseCompletor Interface

Definition

Used to create and display a completor window.

public interface class VsIntellisenseCompletor : Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseCompletor
public interface class VsIntellisenseCompletor : Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseCompletor
__interface VsIntellisenseCompletor : Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseCompletor
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsIntellisenseCompletorClass))]
[System.Runtime.InteropServices.Guid("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
public interface VsIntellisenseCompletor : Microsoft.VisualStudio.TextManager.Interop.IVsIntellisenseCompletor
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsIntellisenseCompletorClass))]
[System.Runtime.InteropServices.Guid("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface VsIntellisenseCompletor : Microsoft.VisualStudio.TextManager.Interop.IVsIntellisenseCompletor
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsIntellisenseCompletorClass))>]
[<System.Runtime.InteropServices.Guid("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")>]
type VsIntellisenseCompletor = interface
    interface IVsIntellisenseCompletor
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsIntellisenseCompletorClass))>]
[<System.Runtime.InteropServices.Guid("05DFCF7A-C78A-4E20-AAFB-4A0F4D26E0FB")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type VsIntellisenseCompletor = interface
    interface IVsIntellisenseCompletor
    interface IOleCommandTarget
Public Interface VsIntellisenseCompletor
Implements IVsIntellisenseCompletor
Derived
Attributes
Implements

Methods

Exec(Guid, UInt32, UInt32, IntPtr, IntPtr) (Inherited from IVsIntellisenseCompletor)
Exec(Guid, UInt32, UInt32, Object, Object)

Executes the completion.

(Inherited from IVsIntellisenseCompletor)
GetCompletionSpan(TextSpan[])

Returns the completor span.

(Inherited from IVsIntellisenseCompletor)
GetHeight(UInt32)

Gets the height of the IntelliSense completor.

(Inherited from IVsIntellisenseCompletor)
GetWidth(UInt32)

Gets the completor width.

(Inherited from IVsIntellisenseCompletor)
GetWindowHandle(IntPtr)

Gets a handle to the completor window.

(Inherited from IVsIntellisenseCompletor)
Hide()

Hides the IntelliSense completor.

(Inherited from IVsIntellisenseCompletor)
Initialize(IVsIntellisenseHost, IntPtr)

Initializes the IntelliSense completor.

(Inherited from IVsIntellisenseCompletor)
IsActive(Int32)

Determines whether the completor is active.

(Inherited from IVsIntellisenseCompletor)
QueryStatus(Guid, UInt32, OLECMD[], IntPtr) (Inherited from IVsIntellisenseCompletor)
QueryStatus(Guid, UInt32, OLECMD[], OLECMDTEXT[])

Gets the status of the completor.

(Inherited from IVsIntellisenseCompletor)
SetLocation(POINT[])

Sets the completor location.

(Inherited from IVsIntellisenseCompletor)
Update(IVsCompletionSet, UInt32)

Updates the IntelliSense completor.

(Inherited from IVsIntellisenseCompletor)

Applies to