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

ChoiceCaseListGet メソッド

注意: このAPIは廃止予定です。

選択肢番号を指定して文字列を取得する。

名前空間:  WodiLib.Event.EventCommand
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
[ObsoleteAttribute("インデクサを通じて値を取得してください。 Ver2.4で削除します。")]
public string Get(
	int index
)

パラメーター

index
型: SystemInt32
[Range(0, CaseValue - 1)] 選択肢番号

戻り値

型: String
選択肢番号に対応した文字列
例外
例外条件
ArgumentOutOfRangeException0~選択肢最大番号以外の値を設定した場合
関連項目