Completor Methods
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Apply() | Applies all changes made through the Completor object. |
![]() | Dispose() | Cleans up any allocations made just before the object is destroyed. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RefreshLine() | Obtains the current line of text from the Source object. |
![]() | ToString() | (Inherited from Object.) |
![]() | TypeBackspace(Int32) | Performs the specified number of backspaces on the line being edited and updates the internal caret position. |
![]() | TypeChar(Char) | Inserts the specified character and updates the internal caret position. |
![]() | TypeChars(String^) | Inserts the specified string of characters and updates internal caret position. |
![]() | TypeDelete(Int32) | Performs the specified number of delete operations on the line being edited. |
![]() | TypeLeft(Int32) | Moves the internal caret position the specified number of positions to the left. |
![]() | TypeRight(Int32) | Moves the internal caret position the specified number of positions to the right. |

