CompletionSet::IsCommitted Property
Visual Studio 2015
Gets whether any text has been committed to the source file.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: System::Booleantrue if text has been committed to the source file, otherwise false.
This property returns the state of an internal variable that is set in the base version of the OnCommit method and cleared in the base version of the OnAutoComplete method.
Show: