![]() | CompletionChange Class |
Namespace: Microsoft.CodeAnalysis.Completion
The CompletionChange type exposes the following members.
Name | Description | |
---|---|---|
![]() | IncludesCommitCharacter |
True if the changes include the typed character that caused the CompletionItem
to be committed. If false the completion host will determine if and where the commit
character is inserted into the document.
|
![]() | NewPosition |
The new caret position after the change has been applied.
If null then the new caret position will be determined by the completion host.
|
![]() | TextChange |
The text change to be applied to the document.
|
![]() | TextChanges | Obsolete. |
Name | Description | |
---|---|---|
![]() ![]() | Create(TextChange, NullableT, Void) | |
![]() ![]() | Create(ImmutableArrayTextChange, NullableT, Void) | Obsolete. |
![]() | WithIncludesCommitCharacter |
Creates a copy of this CompletionChange with the IncludesCommitCharacter property changed.
|
![]() | WithNewPosition | |
![]() | WithTextChange | |
![]() | WithTextChanges | Obsolete.
Creates a copy of this CompletionChange with the TextChange property changed.
|