共用方式為


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 是否已關閉且無法再接受變更。

適用於