WorkflowInspectionServices Class
.NET Framework (current version)
Provides methods for working with the runtime metadata for an activity tree.
Assembly: System.Activities (in System.Activities.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CacheMetadata(Activity^) | Caches the runtime metadata for the specified activity tree. |
![]() ![]() | CacheMetadata(Activity^, LocationReferenceEnvironment^) | Caches the runtime metadata for the specified activity tree using the specified environment. |
![]() ![]() | CanInduceIdle(Activity^) | Specifies whether the service can include idle activities. |
![]() ![]() | GetActivities(Activity^) | Returns an IEnumerable<T> that represents all activities associated with the input activity. |
![]() ![]() | GetImplementationVersion(Activity^) | Retrieves the implementation version of the activity. |
![]() ![]() | Resolve(Activity^, String^) | Returns the activity with the specified id from the specified activity tree. |
.NET Framework
Available since 4.0
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

