RichSuggestBox.Load(String, IEnumerable<RichSuggestToken>) Method

Definition

Populate the RichSuggestBox with an existing Rich Text Format (RTF) document and a collection of tokens.

public void Load (string rtf, System.Collections.Generic.IEnumerable<Microsoft.Toolkit.Uwp.UI.Controls.RichSuggestToken> tokens);
member this.Load : string * seq<Microsoft.Toolkit.Uwp.UI.Controls.RichSuggestToken> -> unit
Public Sub Load (rtf As String, tokens As IEnumerable(Of RichSuggestToken))

Parameters

rtf
String

The Rich Text Format (RTF) text to be imported.

tokens
IEnumerable<RichSuggestToken>

The collection of tokens embedded in the document.

Applies to