ShareTextRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ShareTextRequest() |
Default constructor. |
ShareTextRequest(String) |
Share request with text. |
ShareTextRequest(String, String) |
Share request with text and title. |
ShareTextRequest()
Default constructor.
public ShareTextRequest ();
Applies to
ShareTextRequest(String)
Share request with text.
public ShareTextRequest (string text);
Parameters
- text
- System.String
Text to share.
Applies to
ShareTextRequest(String, String)
Share request with text and title.
public ShareTextRequest (string text, string title);
Parameters
- text
- System.String
Text to share.
- title
- System.String
Title for share user interface.