IVsIntellisenseCompletor Interface
Visual Studio 2015
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, IntPtr, IntPtr) | (Inherited from IOleCommandTarget.) |
![]() | 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) | (Inherited from IOleCommandTarget.) |
![]() | QueryStatus(Guid, UInt32, OLECMD[], OLECMDTEXT[]) | Gets the status of the completor. |
![]() | SetLocation(POINT[]) | Sets the completor location. |
![]() | Update(IVsCompletionSet, UInt32) | Updates the IntelliSense completor. |
Show:
