ObservableValidator.INotifyDataErrorInfo.GetErrors(String) 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.
Gets the validation errors for a specified property or for the entire entity.
System.Collections.IEnumerable INotifyDataErrorInfo.GetErrors(string? propertyName);
abstract member System.ComponentModel.INotifyDataErrorInfo.GetErrors : string -> System.Collections.IEnumerable
override this.System.ComponentModel.INotifyDataErrorInfo.GetErrors : string -> System.Collections.IEnumerable
Function GetErrors (propertyName As String) As IEnumerable Implements INotifyDataErrorInfo.GetErrors
Parameters
- propertyName
- String