AttachmentInfo.Views 属性

定义

获取或设置附件视图。

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

属性值

附件视图。

适用于