Data for Silverlight
GetErrors メソッド (DataRowView)

検証エラーを取得するプロパティの名前。データ行レベルのエラーを取得する場合は、null 参照(Visual Basic の場合は Nothing)または Empty。
指定されたプロパティまたはデータ行全体の検証エラーを取得します。
構文
'宣言
 
Public Function GetErrors( _
   ByVal propertyName As System.String _
) As System.Collections.IEnumerable
public System.Collections.IEnumerable GetErrors( 
   System.string propertyName
)

パラメータ

propertyName
検証エラーを取得するプロパティの名前。データ行レベルのエラーを取得する場合は、null 参照(Visual Basic の場合は Nothing)または Empty。

戻り値の型

プロパティまたはデータ行の検証エラー
参照

DataRowView クラス
DataRowView メンバ