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.
Constructores
Nombre | Descripción | |
---|---|---|
ProgressReportEventArgs(Urn, Urn, Int32, Int32, Int32, Int32) | ||
ProgressReportEventArgs(Urn, Urn, Boolean, Int32, Int32, Int32, Int32) |
Principio
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object). | |
Finalize | (Se hereda de Object). | |
GetHashCode | (Se hereda de Object). | |
GetType | (Se hereda de Object). | |
MemberwiseClone | (Se hereda de Object). | |
ToString | (Se hereda de Object). |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Principio
Vea también