ShareExtensions.RequestAsync Método

Definição

Sobrecargas

RequestAsync(IShare, String)

Mostre a interface do usuário do sistema operacional para compartilhar texto.

RequestAsync(IShare, String, String)

Mostre a interface do usuário do sistema operacional para compartilhar texto.

RequestAsync(IShare, String)

Origem:
Share.shared.cs
Origem:
Share.shared.cs

Mostre a interface do usuário do sistema operacional para compartilhar texto.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Threading::Tasks::Task ^ RequestAsync(Microsoft::Maui::ApplicationModel::DataTransfer::IShare ^ share, System::String ^ text);
public static System.Threading.Tasks.Task RequestAsync (this Microsoft.Maui.ApplicationModel.DataTransfer.IShare share, string text);
static member RequestAsync : Microsoft.Maui.ApplicationModel.DataTransfer.IShare * string -> System.Threading.Tasks.Task
<Extension()>
Public Function RequestAsync (share As IShare, text As String) As Task

Parâmetros

share
IShare

O objeto em que esse método é invocado.

text
String

O texto para compartilhar.

Retornos

Um Task objeto com o status atual da operação assíncrona.

Aplica-se a

RequestAsync(IShare, String, String)

Origem:
Share.shared.cs
Origem:
Share.shared.cs

Mostre a interface do usuário do sistema operacional para compartilhar texto.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Threading::Tasks::Task ^ RequestAsync(Microsoft::Maui::ApplicationModel::DataTransfer::IShare ^ share, System::String ^ text, System::String ^ title);
public static System.Threading.Tasks.Task RequestAsync (this Microsoft.Maui.ApplicationModel.DataTransfer.IShare share, string text, string title);
static member RequestAsync : Microsoft.Maui.ApplicationModel.DataTransfer.IShare * string * string -> System.Threading.Tasks.Task
<Extension()>
Public Function RequestAsync (share As IShare, text As String, title As String) As Task

Parâmetros

share
IShare

O objeto em que esse método é invocado.

text
String

O texto para compartilhar.

title
String

O título a ser exibido na caixa de diálogo de compartilhamento do sistema operacional.

Retornos

Um Task objeto com o status atual da operação assíncrona.

Aplica-se a