Sdílet prostřednictvím


ShareExtensions.RequestAsync Metoda

Definice

Přetížení

RequestAsync(IShare, String)

Umožňuje zobrazit uživatelské rozhraní operačního systému pro sdílení textu.

RequestAsync(IShare, String, String)

Umožňuje zobrazit uživatelské rozhraní operačních systémů pro sdílení textu.

RequestAsync(IShare, String)

Zdroj:
Share.shared.cs
Zdroj:
Share.shared.cs

Umožňuje zobrazit uživatelské rozhraní operačního systému pro sdílení textu.

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

Parametry

share
IShare

Objekt, na který je tato metoda vyvolána.

text
String

Text, který chcete sdílet.

Návraty

Objekt Task s aktuálním stavem asynchronní operace.

Platí pro

RequestAsync(IShare, String, String)

Zdroj:
Share.shared.cs
Zdroj:
Share.shared.cs

Umožňuje zobrazit uživatelské rozhraní operačních systémů pro sdílení textu.

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

Parametry

share
IShare

Objekt, na který je tato metoda vyvolána.

text
String

Text, který chcete sdílet.

title
String

Název, který se má zobrazit v dialogovém okně sdílené složky operačního systému.

Návraty

Objekt Task s aktuálním stavem asynchronní operace.

Platí pro