CompletionSet.IsCommitted 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.
Gets whether any text has been committed to the source file.
public:
property bool IsCommitted { bool get(); };
public:
property bool IsCommitted { bool get(); };
public bool IsCommitted { get; }
member this.IsCommitted : bool
Public ReadOnly Property IsCommitted As Boolean
Property Value
true
if text has been committed to the source file, otherwise false
.
Remarks
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.