VsIntellisenseCompletor Interface
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 | |
|---|---|---|
![]() | 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[], 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.) |
