'宣言
Public Shared Function CreateListValidator( _ ByVal source As String, _ ByVal errorMessage As String _ ) As CellValidator
public static CellValidator CreateListValidator( string source, string errorMessage )
パラメータ
- source
- リスト値。
- errorMessage
- エラーメッセージ文字列。
戻り値の型
新しいバリデーターを返します。