SelectableWordSegment.SourceTextSegment 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 TextSegment ,識別來源文字的子字串,該子字串是選取的單字。
public:
property TextSegment SourceTextSegment { TextSegment get(); };
TextSegment SourceTextSegment();
public TextSegment SourceTextSegment { get; }
var textSegment = selectableWordSegment.sourceTextSegment;
Public ReadOnly Property SourceTextSegment As TextSegment
屬性值
TextSegment結構,可識別所提供文字中的單字。