CompletionItem.CommitCharacters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)