StreamingTextActionEntity.GetText 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.
Gets the current text content of the StreamingTextActionEntity.
public:
virtual Platform::String ^ GetText() = GetText;
winrt::hstring GetText();
public string GetText();
function getText()
Public Function GetText () As String
Returns
A string containing the current text content.