Partage via


RichEditTextRange.Text Propriété

Définition

Obtient ou définit le texte brut de la plage de texte.

public:
 property Platform::String ^ Text { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Text();

void Text(winrt::hstring value);
public string Text { get; set; }
var string = richEditTextRange.text;
richEditTextRange.text = string;
Public Property Text As String

Valeur de propriété

String

Platform::String

winrt::hstring

Texte brut.

Implémente

S’applique à