Partager via


ShareExtensions.RequestAsync Méthode

Définition

Surcharges

RequestAsync(IShare, String)

Affichez l’interface utilisateur du système d’exploitation pour partager du texte.

RequestAsync(IShare, String, String)

Affichez l’interface utilisateur des systèmes d’exploitation pour partager du texte.

RequestAsync(IShare, String)

Source:
Share.shared.cs
Source:
Share.shared.cs

Affichez l’interface utilisateur du système d’exploitation pour partager du texte.

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

Paramètres

share
IShare

Objet sur lequel cette méthode est appelée.

text
String

Texte à partager.

Retours

Objet Task avec l’état actuel de l’opération asynchrone.

S’applique à

RequestAsync(IShare, String, String)

Source:
Share.shared.cs
Source:
Share.shared.cs

Affichez l’interface utilisateur des systèmes d’exploitation pour partager du texte.

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

Paramètres

share
IShare

Objet sur lequel cette méthode est appelée.

text
String

Texte à partager.

title
String

Titre à afficher dans la boîte de dialogue partager du système d’exploitation.

Retours

Objet Task avec l’état actuel de l’opération asynchrone.

S’applique à