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

IEventCommandGetEventCommandSentenceInfo メソッド

イベントコマンド文字列情報を取得する。

名前空間:  WodiLib.Event.EventCommand
アセンブリ:  WodiLib (in WodiLib.dll) バージョン: 2.3.0.0
構文
C#
EventCommandSentenceInfo GetEventCommandSentenceInfo(
	EventCommandSentenceResolver resolver,
	EventCommandSentenceType type,
	EventCommandSentenceResolveDesc desc
)

パラメーター

resolver
型: WodiLib.ProjectEventCommandSentenceResolver
名前解決クラスインスタンス
type
型: WodiLib.ProjectEventCommandSentenceType
イベント種別
desc
型: WodiLib.ProjectEventCommandSentenceResolveDesc
付加情報

戻り値

型: EventCommandSentenceInfo
イベントコマンド文字列
例外
例外条件
ArgumentNullException resolver または type が null の場合、 または必要なときに desc が null の場合
関連項目