CommandDialog<T>.Command クラス

定義

たった一つの命令。

[System.Serializable]
public class CommandDialog<T>.Command
[<System.Serializable>]
type CommandDialog<'T>.Command = class
Public Class CommandDialog(Of T).Command

型パラメーター

T
継承
CommandDialog<T>.Command
属性

コンストラクター

名前 説明
CommandDialog<T>.Command()

たった一つの命令。

プロパティ

名前 説明
CommandHandler

コマンドハンドラを取得するか設定します。

CommandId

現在実行中のコマンドハンドラを永続化するために使われるコマンドIDを取得したり設定したりします。

Expression

コマンドのマッチング用正則表現を取得または設定します。

適用対象