Validation.GetErrors(DependencyObject) メソッド

定義

指定した要素の Errors 添付プロパティの値を取得します。

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)

パラメーター

element
DependencyObject

値の読み取り元の UIElement オブジェクトまたは ContentElement オブジェクト。

戻り値

ReadOnlyObservableCollection<T> オブジェクトの ValidationError

例外

elementnull の場合。

適用対象