ShareTextRequest 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
共享用户界面的标题。