検証コントロールに割り当てられている検証アクションの個数を取得します。
シンタックス
var instance = new GCIM.GcValidatorAction(id);
var value; // Type: number
// パラメータ
var validatorId; //タイプ: string
value = instance.GetValidateActionsCount(validatorId);
function GetValidateActionsCount(
: string
) : number;
パラメータ
- validatorId
- 検証コントロールのID。
戻り値の型
検証アクションの個数。
参照