ImeTextComposition Class

 

Represents a text composition generated by the IME processing of the ITextView.

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

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.Input.TextComposition
      Microsoft.VisualStudio.Text.Editor.ImeTextComposition

public class ImeTextComposition : TextComposition

NameDescription
System_CAPS_pubmethodImeTextComposition(InputManager, IInputElement, String)

Initializes a new instance of ImeTextComposition.

NameDescription
System_CAPS_pubpropertyAutoComplete

(Inherited from TextComposition.)

System_CAPS_pubpropertyCompositionText

(Inherited from TextComposition.)

System_CAPS_pubpropertyControlText

(Inherited from TextComposition.)

System_CAPS_pubpropertyDispatcher

(Inherited from DispatcherObject.)

System_CAPS_pubpropertySystemCompositionText

(Inherited from TextComposition.)

System_CAPS_pubpropertySystemText

(Inherited from TextComposition.)

System_CAPS_pubpropertyText

(Inherited from TextComposition.)

NameDescription
System_CAPS_pubmethodComplete()

(Inherited from TextComposition.)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

The ITextView does its own handling and raises the appropriate TextComposition events. The TextComposition property of all events raised by the IME handling can be cast to ImeTextComposition.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: