Completor Methods

 

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

NameDescription
System_CAPS_pubmethodApply()

Applies all changes made through the Completor object.

System_CAPS_pubmethodDispose()

Cleans up any allocations made just before the object is destroyed.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRefreshLine()

Obtains the current line of text from the Source object.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTypeBackspace(Int32)

Performs the specified number of backspaces on the line being edited and updates the internal caret position.

System_CAPS_pubmethodTypeChar(Char)

Inserts the specified character and updates the internal caret position.

System_CAPS_pubmethodTypeChars(String^)

Inserts the specified string of characters and updates internal caret position.

System_CAPS_pubmethodTypeDelete(Int32)

Performs the specified number of delete operations on the line being edited.

System_CAPS_pubmethodTypeLeft(Int32)

Moves the internal caret position the specified number of positions to the left.

System_CAPS_pubmethodTypeRight(Int32)

Moves the internal caret position the specified number of positions to the right.

Return to top
Show: