RichSuggestBox.AddTokens(IEnumerable<RichSuggestToken>) Method

Definition

Add tokens to be tracked against the document. Duplicate tokens will not be updated.

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

Parameters

tokens
IEnumerable<RichSuggestToken>

The collection of tokens to be tracked.

Applies to