VsIntellisenseCompletor Methods

 

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodExec(Guid, UInt32, UInt32, Object^, Object^)

Executes the completion.(Inherited from IVsIntellisenseCompletor.)

System_CAPS_pubmethodGetCompletionSpan(array<TextSpan>^)

Returns the completor span.(Inherited from IVsIntellisenseCompletor.)

System_CAPS_pubmethodGetHeight(UInt32)

Gets the height of the IntelliSense completor.(Inherited from IVsIntellisenseCompletor.)

System_CAPS_pubmethodGetWidth(UInt32)

Gets the completor width.(Inherited from IVsIntellisenseCompletor.)

System_CAPS_pubmethodGetWindowHandle(IntPtr)

Gets a handle to the completor window.(Inherited from IVsIntellisenseCompletor.)

System_CAPS_pubmethodHide()

Hides the IntelliSense completor.(Inherited from IVsIntellisenseCompletor.)

System_CAPS_pubmethodInitialize(IVsIntellisenseHost^, IntPtr)

Initializes the IntelliSense completor.(Inherited from IVsIntellisenseCompletor.)

System_CAPS_pubmethodIsActive(Int32)

Determines whether the completor is active.(Inherited from IVsIntellisenseCompletor.)

System_CAPS_pubmethodQueryStatus(Guid, UInt32, array<OLECMD>^, array<OLECMDTEXT>^)

Gets the status of the completor.(Inherited from IVsIntellisenseCompletor.)

System_CAPS_pubmethodSetLocation(array<POINT>^)

Sets the completor location.(Inherited from IVsIntellisenseCompletor.)

System_CAPS_pubmethodUpdate(IVsCompletionSet^, UInt32)

Updates the IntelliSense completor.(Inherited from IVsIntellisenseCompletor.)

Return to top
Show: