C# Class Windows.UI.Popups.UICommand

Inheritance: IUICommand
ファイルを表示 Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
UICommand ( ) : System
UICommand ( [ label ) : System
UICommand ( [ label, [ action ) : System
UICommand ( [ label, [ action, [ commandId ) : System

Method Details

UICommand() public method

public UICommand ( ) : System
return System

UICommand() public method

public UICommand ( [ label ) : System
label [
return System

UICommand() public method

public UICommand ( [ label, [ action ) : System
label [
action [
return System

UICommand() public method

public UICommand ( [ label, [ action, [ commandId ) : System
label [
action [
commandId [
return System