ActivityExecutionStatusChangedEventArgs 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
에 대한 실행 상태 이벤트의 변경과 관련된 정보를 보유합니다 Activity. 이 클래스는 상속할 수 없습니다.
public ref class ActivityExecutionStatusChangedEventArgs sealed : EventArgs
[System.Serializable]
public sealed class ActivityExecutionStatusChangedEventArgs : EventArgs
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public sealed class ActivityExecutionStatusChangedEventArgs : EventArgs
[<System.Serializable>]
type ActivityExecutionStatusChangedEventArgs = class
inherit EventArgs
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ActivityExecutionStatusChangedEventArgs = class
inherit EventArgs
Public NotInheritable Class ActivityExecutionStatusChangedEventArgs
Inherits EventArgs
- 상속
- 특성
설명
Note
이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은
속성
| Name | Description |
|---|---|
| Activity |
사용되지 않음.
Activity 이벤트를 발생시킨 값을 가져옵니다. |
| ExecutionResult |
사용되지 않음.
ActivityExecutionResult Activity 이벤트가 발생했을 때 값에 해당하는 이벤트를 발생시킨 값을 가져옵니다. |
| ExecutionStatus |
사용되지 않음.
ActivityExecutionStatus Activity 이벤트가 발생했을 때 값에 해당하는 이벤트를 발생시킨 값을 가져옵니다. |
메서드
| Name | Description |
|---|---|
| Equals(Object) |
사용되지 않음.
지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (다음에서 상속됨 Object) |
| GetHashCode() |
사용되지 않음.
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
| GetType() |
사용되지 않음.
현재 인스턴스의 Type 가져옵니다. (다음에서 상속됨 Object) |
| MemberwiseClone() |
사용되지 않음.
현재 Object단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
| ToString() |
사용되지 않음.
현재 인스턴스를 String 나타내는 값을 제공합니다. |