C# Класс AppStore.Common.AppCommon

Common class for the App.
Показать файл Открыть проект

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

Метод Описание
ComposeEmail ( ) : void

It composes the email from the default app-client installed in the phone.

RegisterForShare ( ) : void

It builds the framework for the sharing purposes.

ShareTextHandler ( DataTransferManager sender, DataRequestedEventArgs e ) : void

This is the text handler for the sharing purposes.

Описание методов

ComposeEmail() публичный статический Метод

It composes the email from the default app-client installed in the phone.
public static ComposeEmail ( ) : void
Результат void

RegisterForShare() публичный статический Метод

It builds the framework for the sharing purposes.
public static RegisterForShare ( ) : void
Результат void

ShareTextHandler() публичный статический Метод

This is the text handler for the sharing purposes.
public static ShareTextHandler ( DataTransferManager sender, DataRequestedEventArgs e ) : void
sender Windows.ApplicationModel.DataTransfer.DataTransferManager Object Sender is a parameter called Sender that contains a reference to the control/object that raised the event.
e Windows.ApplicationModel.DataTransfer.DataRequestedEventArgs DataRequestedEventArgs e is a parameter called e that contains the event data, see the DataRequestedEventArgs MSDN page for more information.
Результат void