Partager via


TextHighlighter.Ranges Propriété

Définition

Obtient les plages de texte à mettre en surbrillance.

public:
 property IVector<TextRange> ^ Ranges { IVector<TextRange> ^ get(); };
IVector<TextRange> Ranges();
public IList<TextRange> Ranges { get; }
var iVector = textHighlighter.ranges;
Public ReadOnly Property Ranges As IList(Of TextRange)

Valeur de propriété

Collection de plages de texte à mettre en surbrillance.

S’applique à