WordSegment.SourceTextSegment 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 the TextSegment that identifies the source text's sub-string that is a word.
public:
property TextSegment SourceTextSegment { TextSegment get(); };
TextSegment SourceTextSegment();
public TextSegment SourceTextSegment { get; }
var textSegment = wordSegment.sourceTextSegment;
Public ReadOnly Property SourceTextSegment As TextSegment
Property Value
The TextSegment structure that identifies the word in your provided text.