VsIntellisenseCompletorClass Methods

 

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

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

Executes the completion.

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetCompletionSpan(array<TextSpan>^)

Gets the completion span.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetHeight(UInt32)

Gets the height of the IntelliSense completor.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetWidth(UInt32)

Returns the width of the completion span.

System_CAPS_pubmethodGetWindowHandle(IntPtr)

Gets the handle of the completor window.

System_CAPS_pubmethodHide()

Hides the completor.

System_CAPS_pubmethodInitialize(IVsIntellisenseHost^, IntPtr)

Initializes the IntelliSense completor.

System_CAPS_pubmethodIsActive(Int32)

Determines whether the completor is active.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

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

Gets the status of the completor.

System_CAPS_pubmethodSetLocation(array<POINT>^)

Sets the location of the IntelliSense completor.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodUpdate(IVsCompletionSet^, UInt32)

Updates the completor.

Return to top
Show: