RichSuggestBox.Load(String, IEnumerable<RichSuggestToken>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.