CodeActivity<TResult>::CacheMetadata Method
.NET Framework (current version)
Creates and validates a description of the activity’s arguments, variables, child activities, and activity delegates.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | CacheMetadata(ActivityMetadata) | Not implemented. Use CacheMetadata instead.(Overrides Activity::CacheMetadata(ActivityMetadata).) |
![]() | CacheMetadata(CodeActivityMetadata) | Creates and validates a description of the activity’s arguments, variables, child activities, and activity delegates. |
Custom activity authors can provide validation logic in an activity's CacheMetadata override. Any exceptions that are thrown from CacheMetadata are not treated as validation errors. These exceptions will escape from the call to Validate and must be handled by the caller.
Show:
