CoreTextCompositionCompletedEventArgs.CompositionSegments Property
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.
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.