StreamingTextActionEntityWriter.ReaderEntity Property
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 an instance of the StreamingTextActionEntity class that is used for reading the streaming text content written by calls to SetText
public:
property StreamingTextActionEntity ^ ReaderEntity { StreamingTextActionEntity ^ get(); };
StreamingTextActionEntity ReaderEntity();
public StreamingTextActionEntity ReaderEntity { get; }
var streamingTextActionEntity = streamingTextActionEntityWriter.readerEntity;
Public ReadOnly Property ReaderEntity As StreamingTextActionEntity
Property Value
An instance of StreamingTextActionEntity.