CompositionCommitBatch.IsEnded Property

Definition

Indicates whether the CompositionCommitBatch has been closed and can no longer accept changes.

public:
 property bool IsEnded { bool get(); };
bool IsEnded();
public bool IsEnded { get; }
var boolean = compositionCommitBatch.isEnded;
Public ReadOnly Property IsEnded As Boolean

Property Value

Boolean

bool

Boolean indicating whether the CompositionCommitBatch has been closed and can no longer accept changes.

Applies to