RichEditTextRange.Link Proprietà

Definizione

Ottiene o imposta il testo dell'URL associato a un intervallo di testo.

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

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

Valore della proprietà

String

Platform::String

winrt::hstring

URL come testo.

Implementazioni

Si applica a