Partager via


TextRange Structure

Définition

Représente une sélection de contenu texte.

public value class TextRange
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
struct TextRange
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public struct TextRange
Public Structure TextRange
Héritage
TextRange
Attributs

Champs

Length

Longueur de la sélection actuelle, en caractères Unicode.

StartIndex

Position qui marque le début de la sélection actuelle, mesurée en caractères Unicode à partir du début du texte.

S’applique à