ImplementationVisibility Enumeration
.NET Framework (current version)
Describes the visibility modes within a tracking profile.
Assembly: System.Activities (in System.Activities.dll)
| Member name | Description | |
|---|---|---|
| All | All tracking records are emitted. | |
| RootScope | Only the root activity and its implementation for the workflow is emitted. |
Tracking records from activities that are contained within another activity can be filtered using the visibility modes described by ImplementationVisibility. The filter is applied to subscribe for tracking records for all activities or only the root activity and its implementation for a workflow. For more information, see ImplementationVisibility.
.NET Framework
Available since 4.0
Available since 4.0
Show: