ValidationService.NavigateToError 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.
Moves the keyboard focus to the work surface location of an error in an activity.
Overloads
NavigateToError(ValidationErrorInfo) |
Moves the keyboard focus to the work surface location of an error in an activity. |
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.
public:
void NavigateToError(System::Activities::Presentation::Validation::ValidationErrorInfo ^ validationErrorInfo);
public void NavigateToError (System.Activities.Presentation.Validation.ValidationErrorInfo validationErrorInfo);
member this.NavigateToError : System.Activities.Presentation.Validation.ValidationErrorInfo -> unit
Public Sub NavigateToError (validationErrorInfo As ValidationErrorInfo)
Parameters
- validationErrorInfo
- ValidationErrorInfo
The information of the validation error.
Applies to
NavigateToError(String)
Moves the keyboard focus to the work surface location of an error in an activity.
public:
void NavigateToError(System::String ^ id);
public void NavigateToError (string id);
member this.NavigateToError : string -> unit
Public Sub NavigateToError (id As String)
Parameters
- id
- String
An error identification number.