ActivityHandlerDescriptor Struktur
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Perhatian
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Menentukan informasi handler di samping kode dalam BeforeHandlerInvoked(Guid, Guid, String, ActivityHandlerDescriptor) metode dan UpdateHandlerMethodsForActivity(Guid, Guid, String, List<ActivityHandlerDescriptor>) .
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
- Warisan
- Atribut
Keterangan
Note
Materi ini membahas jenis dan namespace yang usang. Untuk informasi selengkapnya, lihat jenis Deprecated di Windows Workflow Foundation 4.5.
Bidang
| Nama | Deskripsi |
|---|---|
| Name |
Kedaluwarsa.
yang DependencyProperty mewakili nama metode handler. |
| Token |
Kedaluwarsa.
DependencyProperty yang mewakili pengidentifikasi token metadata CLR untuk metode handler. |