IOperationProgressStageAccess.EstimatedTaskCount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置此阶段的估计任务计数,将用于帮助估计阶段进度。
public:
property System::UInt32 EstimatedTaskCount { System::UInt32 get(); void set(System::UInt32 value); };
public uint EstimatedTaskCount { get; set; }
member this.EstimatedTaskCount : uint32 with get, set
Public Property EstimatedTaskCount As UInteger