메소드 | 설명 | |
---|---|---|
Show ( Action |
Shows the Photo Chooser application.
|
|
Show ( bool showCamera, Action |
Shows the Photo Chooser application, optionally presenting a button for launching the camera.
|
|
ShowAsync ( ) : Task |
Shows the Photo Chooser application.
|
|
ShowAsync ( bool showCamera ) : Task |
Shows the Photo Chooser application, optionally presenting a button for launching the camera.
|
public Show ( Action |
||
resultAction | Action |
The |
리턴 | void |
public Show ( bool showCamera, Action |
||
showCamera | bool | true if the user is presented with a button for launching the camera during the photo choosing process; otherwise, false. |
resultAction | Action |
The |
리턴 | void |
public ShowAsync ( bool showCamera ) : Task |
||
showCamera | bool | true if the user is presented with a button for launching the camera during the photo choosing process; otherwise, false. |
리턴 | Task |