Share via


RichEditTextRange.FormattedText Propriété

Définition

Obtient ou définit un objet ITextRange avec le texte mis en forme de la plage spécifiée.

public:
 property ITextRange ^ FormattedText { ITextRange ^ get(); void set(ITextRange ^ value); };
ITextRange FormattedText();

void FormattedText(ITextRange value);
public ITextRange FormattedText { get; set; }
var iTextRange = richEditTextRange.formattedText;
richEditTextRange.formattedText = iTextRange;
Public Property FormattedText As ITextRange

Valeur de propriété

Texte mis en forme.

Implémente

S’applique à