C# 클래스 WinRTXamlToolkit.AwaitableUI.ButtonExtensions

Extension methods for waiting for button clicks on one or one of a collection of buttons.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 메소드들

메소드 설명
WaitForClickAsync ( ) : Task

Waits for the Click event from any of the buttons and returns the first button clicked.

WaitForClickAsync ( this buttons ) : Task

Waits for the Click event from any of the buttons and returns the first button clicked.

WaitForClickAsync ( this button ) : Task

Waits for the button Click event.

메소드 상세

WaitForClickAsync() 공개 정적인 메소드

Waits for the Click event from any of the buttons and returns the first button clicked.
public static WaitForClickAsync ( ) : Task
리턴 Task

WaitForClickAsync() 공개 정적인 메소드

Waits for the Click event from any of the buttons and returns the first button clicked.
public static WaitForClickAsync ( this buttons ) : Task
buttons this
리턴 Task

WaitForClickAsync() 공개 정적인 메소드

Waits for the button Click event.
public static WaitForClickAsync ( this button ) : Task
button this
리턴 Task