C# 클래스 AppStore.Common.AppCommon

Common class for the App.
파일 보기 프로젝트 열기: BuildmLearn/BuildmLearn-Store

공개 메소드들

메소드 설명
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