ImeTextComposition(InputManager, IInputElement, String) Constructor
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.
Initializes a new instance of ImeTextComposition.
public:
ImeTextComposition(System::Windows::Input::InputManager ^ inputManager, System::Windows::IInputElement ^ source, System::String ^ resultText);
public ImeTextComposition (System.Windows.Input.InputManager inputManager, System.Windows.IInputElement source, string resultText);
new Microsoft.VisualStudio.Text.Editor.ImeTextComposition : System.Windows.Input.InputManager * System.Windows.IInputElement * string -> Microsoft.VisualStudio.Text.Editor.ImeTextComposition
Public Sub New (inputManager As InputManager, source As IInputElement, resultText As String)
Parameters
- inputManager
- InputManager
The InputManager.
- source
- IInputElement
The input element.
- resultText
- String
The text.