StandardUICommand Constructors

Definition

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.

C#
public StandardUICommand();

See also

Applies to

Windows App SDK 1.6 and other versions
Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

StandardUICommand(StandardUICommandKind)

Initializes a new instance of the StandardUICommand class of the specified kind.

C#
public StandardUICommand(StandardUICommandKind kind);

Parameters

kind
StandardUICommandKind

The pre-defined command (including behavior, and various UI-related properties, methods, and events).

See also

Applies to

Windows App SDK 1.6 and other versions
Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6