Метод | Описание | |
---|---|---|
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 ( |
This is the text handler for the sharing purposes.
|
public static RegisterForShare ( ) : void | ||
Результат | void |
public static ShareTextHandler ( |
||
sender | Object Sender is a parameter called Sender that contains a reference to the control/object that raised the event. | |
e | DataRequestedEventArgs e is a parameter called e that contains the event data, see the DataRequestedEventArgs MSDN page for more information. | |
Результат | void |