C# 클래스 WPCordovaClassLib.Cordova.UI.ImageCaptureTask

파일 보기 프로젝트 열기: ChristianWeyer/tUdUs

공개 메소드들

메소드 설명
Show ( ) : void

Represents an image returned from a call to the Show method of a WPCordovaClassLib.Cordova.Controls.ImageCaptureTask object

/// Initializes a new instance of the AudioResult class. ///

/// Initializes a new instance of the AudioResult class /// with the specified Microsoft.Phone.Tasks.TaskResult. ///

/// Gets the file name of the recorded audio. ///

/// Gets the stream containing the data for the recorded audio. ///

Occurs when a audio recording task is completed.

Shows Audio Recording application

비공개 메소드들

메소드 설명
NavigationService_Navigated ( object sender, System e ) : void

Performs additional configuration of the recording application.

메소드 상세

Show() 공개 메소드

Represents an image returned from a call to the Show method of a WPCordovaClassLib.Cordova.Controls.ImageCaptureTask object /// Initializes a new instance of the AudioResult class. /// /// Initializes a new instance of the AudioResult class /// with the specified Microsoft.Phone.Tasks.TaskResult. /// /// Gets the file name of the recorded audio. /// /// Gets the stream containing the data for the recorded audio. /// Occurs when a audio recording task is completed. Shows Audio Recording application
public Show ( ) : void
리턴 void