CompletionSet::IsCommitted Property

 

Gets whether any text has been committed to the source file.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property bool IsCommitted {
	bool get();
}

Property Value

Type: System::Boolean

true 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.

Return to top
Show: