ValidationService Class
Provides the functionality required to validate a workflow activity designer while it is being edited and to provide the results of the validation process.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | ValidationService(EditingContext^) | Creates a new instance of the ValidationService that uses permanent and transient state context information about an activity designer. |
| Name | Description | |
|---|---|---|
![]() | Settings | Gets the settings for the validation of the current activity tree |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | NavigateToError(String^) | Moves the keyboard focus to the work surface location of an error in an activity. |
![]() | NavigateToError(ValidationErrorInfo^) | Moves the keyboard focus to the work surface location of an error in an activity. |
![]() | OnValidationCompleted() | Triggers a new validation completed event. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | ValidateWorkflow() | Invokes validation of an activity tree. |
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.


