ActivityHandlerDescriptor Estrutura

Definição

Cuidado

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

public value class ActivityHandlerDescriptor
[System.Serializable]
public struct ActivityHandlerDescriptor
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public struct ActivityHandlerDescriptor
[<System.Serializable>]
type ActivityHandlerDescriptor = struct
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ActivityHandlerDescriptor = struct
Public Structure ActivityHandlerDescriptor
Herança
ActivityHandlerDescriptor
Atributos

Comentários

Note

Esse material discute tipos e namespaces obsoletos. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5.

Campos

Nome Description
Name
Obsoleto.

A DependencyProperty representação do nome do método de manipulador.

Token
Obsoleto.

A DependencyProperty representação do identificador de token de metadados CLR para o método de manipulador.

Aplica-se a