次の方法で共有


ShareTextRequest コンストラクター

定義

オーバーロード

ShareTextRequest()

既定のコンストラクターです。

ShareTextRequest(String)

テキストで要求を共有します。

ShareTextRequest(String, String)

テキストとタイトルで要求を共有します。

ShareTextRequest()

既定のコンストラクターです。

public ShareTextRequest ();

適用対象

ShareTextRequest(String)

テキストで要求を共有します。

public ShareTextRequest (string text);

パラメーター

text
System.String

共有するテキスト。

適用対象

ShareTextRequest(String, String)

テキストとタイトルで要求を共有します。

public ShareTextRequest (string text, string title);

パラメーター

text
System.String

共有するテキスト。

title
System.String

共有ユーザー インターフェイスのタイトル。

適用対象