VsIntellisenseCompletorClass Class

Definition

Used to create and display a completor window.

public ref class VsIntellisenseCompletorClass : Microsoft::VisualStudio::TextManager::Interop::VsIntellisenseCompletor
[Windows::Foundation::Metadata::WebHostHidden]
class VsIntellisenseCompletorClass : Microsoft::VisualStudio::TextManager::Interop::VsIntellisenseCompletor
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.Guid("F2073DB0-75B9-43AE-8681-0962C0CD4BE2")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class VsIntellisenseCompletorClass : Microsoft.VisualStudio.TextManager.Interop.VsIntellisenseCompletor
[System.Runtime.InteropServices.Guid("F2073DB0-75B9-43AE-8681-0962C0CD4BE2")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
public class VsIntellisenseCompletorClass : Microsoft.VisualStudio.TextManager.Interop.VsIntellisenseCompletor
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.Guid("F2073DB0-75B9-43AE-8681-0962C0CD4BE2")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type VsIntellisenseCompletorClass = class
    interface IVsIntellisenseCompletor
    interface VsIntellisenseCompletor
[<System.Runtime.InteropServices.Guid("F2073DB0-75B9-43AE-8681-0962C0CD4BE2")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
type VsIntellisenseCompletorClass = class
    interface VsIntellisenseCompletor
    interface IVsIntellisenseCompletor
    interface IOleCommandTarget
Public Class VsIntellisenseCompletorClass
Implements VsIntellisenseCompletor
Inheritance
VsIntellisenseCompletorClass
Attributes
Implements

Constructors

VsIntellisenseCompletorClass()

Creates a new instance of the class.

Methods

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

Executes the completion.

GetCompletionSpan(TextSpan[])

Gets the completion span.

GetHeight(UInt32)

Gets the height of the IntelliSense completor.

GetWidth(UInt32)

Returns the width of the completion span.

GetWindowHandle(IntPtr)

Gets the handle of the completor window.

Hide()

Hides the 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 location of the IntelliSense completor.

Update(IVsCompletionSet, UInt32)

Updates the completor.

Applies to