Compartir a través de


ProgressReportEventArgs Miembros

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.

El tipo ProgressReportEventArgs expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Current Gets the Urn object value that specifies the object that the operation is currently processing.
Propiedad pública IsSchemaBound Gets a Boolean indicating if the Progress Report is bound to a schema.
Propiedad pública Parent Gets the Urn object that is the parent of the ProgressReportEventArgs object.
Propiedad pública SubTotal Gets the total number of objects within the current branch of the object hierarchy.
Propiedad pública SubTotalCount Gets the current count of objects processed by the operation within the current branch of the object hierarchy.
Propiedad pública Total Gets the total number of object in the entire object hierarchy.
Propiedad pública TotalCount Gets the total current count of objects processed by the operation within the entire object hierarchy.

Principio