ActivityHandlerDescriptor Struktura
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Upozornění
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Určuje informace obslužné rutiny kódu v BeforeHandlerInvoked(Guid, Guid, String, ActivityHandlerDescriptor) a UpdateHandlerMethodsForActivity(Guid, Guid, String, List<ActivityHandlerDescriptor>) metody.
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
- Dědičnost
- Atributy
Poznámky
Note
Tento materiál popisuje typy a obory názvů, které jsou zastaralé. Další informace najdete v tématu Deprecated Types in Windows Workflow Foundation 4.5.
Pole
| Name | Description |
|---|---|
| Name |
Zastaralé.
Představuje DependencyProperty název metody obslužné rutiny. |
| Token |
Zastaralé.
Představuje DependencyProperty identifikátor tokenu metadat CLR pro metodu obslužné rutiny. |