다음을 통해 공유


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.

맨 위로 이동