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