CompositionCommitBatch.IsEnded 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.
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.