MessagingExtensionResult.Attachments 属性

定义

获取或设置 (仅当类型为结果) 附件时。

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

属性值

附件。

适用于