PackageContentGroupStagingEventArgs.IsComplete 属性

定义

指示内容组是否已完成暂存。

public:
 property bool IsComplete { bool get(); };
bool IsComplete();
public bool IsComplete { get; }
var boolean = packageContentGroupStagingEventArgs.isComplete;
Public ReadOnly Property IsComplete As Boolean

属性值

Boolean

bool

True 表示内容组已完成暂存; 否则为 false

适用于