CoreTextCompositionCompletedEventArgs.CompositionSegments Property

Definition

Gets a collection of CoreTextCompositionSegment objects representing the segments in the composition string. Applications can use this property, for example, to get the pre-conversion string for each composition segment.

public:
 property IVectorView<CoreTextCompositionSegment ^> ^ CompositionSegments { IVectorView<CoreTextCompositionSegment ^> ^ get(); };
IVectorView<CoreTextCompositionSegment> CompositionSegments();
public IReadOnlyList<CoreTextCompositionSegment> CompositionSegments { get; }
var iVectorView = coreTextCompositionCompletedEventArgs.compositionSegments;
Public ReadOnly Property CompositionSegments As IReadOnlyList(Of CoreTextCompositionSegment)

Property Value

A collection of CoreTextCompositionSegment objects.

Applies to