FlexGrid for UWP/WinRT
GetErrors メソッド

データ項目の特定のプロパティに連結された Column。このパラメータが null の場合、このメソッドは、この行に連結されたデータ項目のすべてのプロパティに関連付けられたエラーを返します。
この行に連結されたデータ項目またはそのデータ項目の特定のプロパティに関連付けられたすべてのエラーを含む文字列を取得します。
構文
'宣言
 
Public Function GetErrors( _
   ByVal col As Column _
) As System.String
public System.string GetErrors( 
   Column col
)

パラメータ

col
データ項目の特定のプロパティに連結された Column。このパラメータが null の場合、このメソッドは、この行に連結されたデータ項目のすべてのプロパティに関連付けられたエラーを返します。

戻り値の型

行のデータ項目またはそのデータ項目の特定のプロパティに関連付けられたすべてのエラーを含む文字列。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

Row クラス
Row メンバ

Send Feedback