RichTextBlock.SelectedText Propriété

Définition

Obtient une plage de texte du texte sélectionné.

public:
 property Platform::String ^ SelectedText { Platform::String ^ get(); };
winrt::hstring SelectedText();
public string SelectedText { get; }
var string = richTextBlock.selectedText;
Public ReadOnly Property SelectedText As String

Valeur de propriété

String

Platform::String

winrt::hstring

Plage de texte du texte sélectionné.

S’applique à