リサイズはクリックかドラッグ

DBItemSpecialSettingDescChangeValueType メソッド

引数特殊指定タイプを変更する。

名前空間:  WodiLib.Database
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
public void ChangeValueType(
	DBItemSpecialSettingType type,
	IEnumerable<DatabaseValueCase> argCases
)

パラメーター

type
型: WodiLib.DatabaseDBItemSpecialSettingType
特殊指定タイプ
argCases
型: System.Collections.GenericIEnumerableDatabaseValueCase
選択肢リスト
例外
例外条件
ArgumentNullExceptiontypeがnullの場合
関連項目