CompositionCommitBatch.IsActive 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 is currently opened for objects to be aggregated.
public:
property bool IsActive { bool get(); };
bool IsActive();
public bool IsActive { get; }
var boolean = compositionCommitBatch.isActive;
Public ReadOnly Property IsActive As Boolean
Property Value
Boolean
bool
Boolean indicating whether the CompositionCommitBatch is currently opened for objects to be aggregated.