SelectableWordSegment.SourceTextSegment Proprietà

Definizione

Ottiene textSegment che identifica la sotto-stringa del testo di origine che è la parola selezionata.

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

Valore della proprietà

Struttura TextSegment che identifica la parola nel testo specificato.

Si applica a

Vedi anche