ImeTextComposition Constructor (InputManager^, IInputElement^, String^)

 

Initializes a new instance of ImeTextComposition.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

public:
ImeTextComposition(
	InputManager^ inputManager,
	IInputElement^ source,
	String^ resultText
)

Parameters

inputManager
Type: System.Windows.Input::InputManager^

The InputManager.

source
Type: System.Windows::IInputElement^

The input element.

resultText
Type: System::String^

The text.

Return to top
Show: