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

CommonFileDataSetCommonEventList メソッド

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

コモンイベントリストをセットする。

名前空間:  WodiLib.Common
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
[ObsoleteAttribute("CommonEventList プロパティを直接操作してください。 Ver2.4で削除します。")]
public void SetCommonEventList(
	IEnumerable<CommonEvent> commonEvents
)

パラメーター

commonEvents
型: System.Collections.GenericIEnumerableCommonEvent
コモンイベントリスト
例外
例外条件
ArgumentNullExceptioncommonEventsがnullの場合
ArgumentExceptioncommonEventsの要素数が0の場合
関連項目