RichSuggestBox.Tokens Property
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.
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)