共用方式為


ProgressReportEventArgs 成員

The ProgressReportEventArgs object provides programmatic access to the arguments used to report the progress of an operation that works through an object hierarchy, such as discovering dependencies in scripting operations.

ProgressReportEventArgs 型別公開下列成員。

方法

  名稱 描述
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

頂端

屬性

  名稱 描述
公用屬性 Current Gets the Urn object value that specifies the object that the operation is currently processing.
公用屬性 IsSchemaBound Gets a Boolean indicating if the Progress Report is bound to a schema.
公用屬性 Parent Gets the Urn object that is the parent of the ProgressReportEventArgs object.
公用屬性 SubTotal Gets the total number of objects within the current branch of the object hierarchy.
公用屬性 SubTotalCount Gets the current count of objects processed by the operation within the current branch of the object hierarchy.
公用屬性 Total Gets the total number of object in the entire object hierarchy.
公用屬性 TotalCount Gets the total current count of objects processed by the operation within the entire object hierarchy.

頂端