Validation.GetErrors(DependencyObject) Metodo

Definizione

Ottiene il valore della proprietà associata Errors dell'elemento specificato.

public:
 static System::Collections::ObjectModel::ReadOnlyObservableCollection<System::Windows::Controls::ValidationError ^> ^ GetErrors(System::Windows::DependencyObject ^ element);
public static System.Collections.ObjectModel.ReadOnlyObservableCollection<System.Windows.Controls.ValidationError> GetErrors (System.Windows.DependencyObject element);
static member GetErrors : System.Windows.DependencyObject -> System.Collections.ObjectModel.ReadOnlyObservableCollection<System.Windows.Controls.ValidationError>
Public Shared Function GetErrors (element As DependencyObject) As ReadOnlyObservableCollection(Of ValidationError)

Parametri

element
DependencyObject

Oggetto UIElement o ContentElement da cui leggere il valore.

Restituisce

ReadOnlyObservableCollection<T> di oggetti ValidationError.

Eccezioni

Se element è null.

Si applica a