CompositionCommitBatch.IsEnded 属性

定义

指示 CompositionCommitBatch 是否已关闭,并且无法再接受更改。

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

属性值

Boolean

bool

指示 CompositionCommitBatch 是否已关闭且无法再接受更改的布尔值。

适用于