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

일치하는 명령에 대한 정규식을 가져오거나 설정합니다.

적용 대상