SelectableWordSegment.SourceTextSegment Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le TextSegment qui identifie la sous-chaîne du texte source correspondant au mot sélectionné.
public:
property TextSegment SourceTextSegment { TextSegment get(); };
TextSegment SourceTextSegment();
public TextSegment SourceTextSegment { get; }
var textSegment = selectableWordSegment.sourceTextSegment;
Public ReadOnly Property SourceTextSegment As TextSegment
Valeur de propriété
Structure TextSegment qui identifie le mot dans le texte fourni.