CodeActivity.CacheMetadata Method (ActivityMetadata)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Not implemented. Use CacheMetadata instead.
Assembly: System.Activities (in System.Activities.dll)
Parameters
- metadata
-
Type:
System.Activities.ActivityMetadata
Not implemented.
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.
.NET Framework
Available since 4.0
Available since 4.0
Show: