SelectableWordSegment Classe
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.
Représente un segment de votre texte fourni qui inclut un mot et tout espace de fin et/ou ponctuation après ce mot.
public ref class SelectableWordSegment sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SelectableWordSegment final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SelectableWordSegment
Public NotInheritable Class SelectableWordSegment
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Remarques
Votre code n’instancie pas directement cette classe. Au lieu de cela, vous utilisez des instances récupérées à partir d’un objet SelectableWordsSegmenter .
Propriétés
SourceTextSegment |
Obtient le TextSegment qui identifie la sous-chaîne du texte source correspondant au mot sélectionné. |
Text |
Obtient le texte du mot sélectionné identifié par cet objet SelectableWordSegment . |