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

共享用户界面的标题。

适用于