CompletionSet.IsCommitted Property

Definition

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.

Applies to