Edit

Share via


RichSuggestToken Class

Definition

RichSuggestToken describes a suggestion token in the document.

public class RichSuggestToken : System.ComponentModel.INotifyPropertyChanged
type RichSuggestToken = class
    interface INotifyPropertyChanged
Public 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.

Applies to