VsIntellisenseCompletorClass Class
Used to create and display a completor window.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | VsIntellisenseCompletorClass() | Creates a new instance of the class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Exec(Guid, UInt32, UInt32, Object, Object) | Executes the completion. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetCompletionSpan(TextSpan[]) | Gets the completion span. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetHeight(UInt32) | Gets the height of the IntelliSense completor. |
![]() | GetType() | (Inherited from Object.) |
![]() | 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. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | QueryStatus(Guid, UInt32, OLECMD[], OLECMDTEXT[]) | Gets the status of the completor. |
![]() | SetLocation(POINT[]) | Sets the location of the IntelliSense completor. |
![]() | ToString() | (Inherited from Object.) |
![]() | Update(IVsCompletionSet, UInt32) | Updates the completor. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

