Compartir a través de


Activity.TextHighlights Propiedad

Definición

Obtiene o establece la colección de fragmentos de texto que se resaltarán cuando la actividad contiene un valor ReplyToId.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.TextHighlight> TextHighlights { get; set; }
member this.TextHighlights : System.Collections.Generic.IList<Microsoft.Bot.Schema.TextHighlight> with get, set
Public Property TextHighlights As IList(Of TextHighlight)

Valor de propiedad

Colección de fragmentos de texto que se resaltarán cuando la actividad contiene un valor ReplyToId.

Implementaciones

Se aplica a