次の方法で共有


ShareExtensions.RequestAsync メソッド

定義

オーバーロード

RequestAsync(IShare, String)

テキストを共有するオペレーティング システムのユーザー インターフェイスを表示します。

RequestAsync(IShare, String, String)

テキストを共有するオペレーティング システムのユーザー インターフェイスを表示します。

RequestAsync(IShare, String)

ソース:
Share.shared.cs
ソース:
Share.shared.cs

テキストを共有するオペレーティング システムのユーザー インターフェイスを表示します。

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

パラメーター

share
IShare

このメソッドが呼び出されるオブジェクト。

text
String

共有するテキスト。

戻り値

非同期操作の現在の状態を持つ Task オブジェクト。

適用対象

RequestAsync(IShare, String, String)

ソース:
Share.shared.cs
ソース:
Share.shared.cs

テキストを共有するオペレーティング システムのユーザー インターフェイスを表示します。

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

パラメーター

share
IShare

このメソッドが呼び出されるオブジェクト。

text
String

共有するテキスト。

title
String

オペレーティング システム共有ダイアログに表示するタイトル。

戻り値

非同期操作の現在の状態を持つ Task オブジェクト。

適用対象