SelectableWordSegment.SourceTextSegment 屬性

定義

取得 TextSegment ,識別來源文字的子字串,該子字串是選取的單字。

public:
 property TextSegment SourceTextSegment { TextSegment get(); };
TextSegment SourceTextSegment();
public TextSegment SourceTextSegment { get; }
var textSegment = selectableWordSegment.sourceTextSegment;
Public ReadOnly Property SourceTextSegment As TextSegment

屬性值

TextSegment結構,可識別所提供文字中的單字。

適用於

另請參閱