CompletionItem.CommitCharacters Property

Definition

Characters which commit this item, if pressed while this item is selected.

public:
 property System::Collections::Immutable::ImmutableArray<char> CommitCharacters { System::Collections::Immutable::ImmutableArray<char> get(); };
public System.Collections.Immutable.ImmutableArray<char> CommitCharacters { get; }
member this.CommitCharacters : System.Collections.Immutable.ImmutableArray<char>
Public ReadOnly Property CommitCharacters As ImmutableArray(Of Char)

Property Value

Applies to