C# Класс WPCordovaClassLib.Cordova.UI.ImageCaptureTask

Показать файл Открыть проект

Открытые методы

Метод Описание
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