ObservableValidator.INotifyDataErrorInfo.GetErrors(String) Method

Definition

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

Returns

Implements

Applies to