StreamingTextActionEntityWriter.SetText(String) Method
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.
Sets the current text of the associated StreamingTextActionEntity.
public:
virtual void SetText(Platform::String ^ text) = SetText;
void SetText(winrt::hstring const& text);
public void SetText(string text);
function setText(text)
Public Sub SetText (text As String)
Parameters
- text
-
String
Platform::String
winrt::hstring
The current text of the StreamingTextActionEntity.