Partager via


SelectableWordSegment Classe

Définition

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
Object Platform::Object IInspectable SelectableWordSegment
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 .

S’applique à