RichSuggestBox.AddTokens(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.
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.