ActivityExecutionStatusChangedEventArgs Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Contém informações relacionadas à alteração de evento de status de execução para um Activity. Essa classe não pode ser herdada.
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
- Herança
- Atributos
Comentários
Observação
Este material discute tipos e namespaces obsoletos. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5 (Tipos preteridos no Windows Workflow Foundation 4.5).
Propriedades
Activity |
Obtém o Activity que gerou o evento. |
ExecutionResult |
Obtém o ActivityExecutionResult do Activity que gerou o evento correspondente ao valor quando o evento ocorreu. |
ExecutionStatus |
Obtém o ActivityExecutionStatus do Activity que gerou o evento correspondente ao valor quando o evento ocorreu. |
Métodos
Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual. (Herdado de Object) |
GetHashCode() |
Serve como a função de hash padrão. (Herdado de Object) |
GetType() |
Obtém o Type da instância atual. (Herdado de Object) |
MemberwiseClone() |
Cria uma cópia superficial do Object atual. (Herdado de Object) |
ToString() |
Fornece um String que representa a instância atual. |