Constraint.CacheMetadata(NativeActivityMetadata) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a NativeActivityMetadata object that contains runtime arguments for the workflow validation process.
protected:
override void CacheMetadata(System::Activities::NativeActivityMetadata metadata);
protected override void CacheMetadata (System.Activities.NativeActivityMetadata metadata);
override this.CacheMetadata : System.Activities.NativeActivityMetadata -> unit
Protected Overrides Sub CacheMetadata (metadata As NativeActivityMetadata)
Parameters
- metadata
- NativeActivityMetadata
A NativeActivityMetadata object that becomes the container for a list of validation runtime arguments.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.