RichSuggestToken Class  
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.
RichSuggestToken describes a suggestion token in the document.
public class RichSuggestToken : System.ComponentModel.INotifyPropertyChangedtype RichSuggestToken = class
    interface INotifyPropertyChangedPublic Class RichSuggestToken
Implements INotifyPropertyChanged- Inheritance
- 
				RichSuggestToken
- Implements
Constructors
| RichSuggestToken(Guid, String) | Initializes a new instance of the RichSuggestToken class. | 
Properties
| DisplayText | Gets the text displayed in the document. | 
| Id | Gets the token ID. | 
| Item | Gets or sets the suggested item associated with this token. | 
| Position | Gets the start position of the token in number of characters. | 
| RangeEnd | Gets the end position of the text range. | 
| RangeStart | Gets the start position of the text range. | 
Methods
| ToString() | Returns a string that represents the current object. | 
Events
| PropertyChanged | Occurs when a property value changes. |