Элементы 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.

В начало