Gets the UserInput object, which can be used to inform the TextViewGenerator about user input. The generator uses this information to generate a new view.

Syntax

public UserInput UserInput { get; }
Public ReadOnly Property UserInput() As UserInput

Limitations

Read only.

Runtime only.