CommandDialog<T>.Command Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A single command.
[System.Serializable]
public class CommandDialog<T>.Command
[<System.Serializable>]
type CommandDialog<'T>.Command = class
Public Class CommandDialog(Of T).Command
Type Parameters
- T
- Inheritance
-
CommandDialog<T>.Command
- Attributes
Constructors
CommandDialog<T>.Command() |
Properties
CommandHandler |
Gets or sets the command handler. |
CommandId |
Gets or sets the command ID used for persisting currently running command handler. |
Expression |
Gets or sets the regular expression for matching command. |