RichSuggestBox.Tokens Property

Definition

Gets a collection of suggestion tokens that are present in the document.

public System.Collections.ObjectModel.ReadOnlyObservableCollection<Microsoft.Toolkit.Uwp.UI.Controls.RichSuggestToken> Tokens { get; }
member this.Tokens : System.Collections.ObjectModel.ReadOnlyObservableCollection<Microsoft.Toolkit.Uwp.UI.Controls.RichSuggestToken>
Public ReadOnly Property Tokens As ReadOnlyObservableCollection(Of RichSuggestToken)

Property Value

Applies to