StandardUICommand Constructors
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.
Overloads
StandardUICommand() |
Initializes a new instance of the StandardUICommand class. |
StandardUICommand(StandardUICommandKind) |
Initializes a new instance of the StandardUICommand class of the specified kind. |
StandardUICommand()
Initializes a new instance of the StandardUICommand class.
public:
StandardUICommand();
StandardUICommand();
public StandardUICommand();
function StandardUICommand()
Public Sub New ()
See also
- StandardUICommand(StandardUICommandKind)
- XamlUICommand
- Commanding basics
- Commanding in Windows apps using StandardUICommand, XamlUICommand, and ICommand
Applies to
StandardUICommand(StandardUICommandKind)
Initializes a new instance of the StandardUICommand class of the specified kind.
public:
StandardUICommand(StandardUICommandKind kind);
StandardUICommand(StandardUICommandKind const& kind);
public StandardUICommand(StandardUICommandKind kind);
function StandardUICommand(kind)
Public Sub New (kind As StandardUICommandKind)
Parameters
The pre-defined command (including behavior, and various UI-related properties, methods, and events).
See also
- StandardUICommand()
- XamlUICommand
- Commanding basics
- Commanding in Windows apps using StandardUICommand, XamlUICommand, and ICommand