共用方式為


Activity.Attachments 屬性

定義

取得或設定活動的附件。

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

屬性值

活動的附件。

實作

適用於