次の方法で共有


IMessageActivity.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)

プロパティ値

添付 ファイル。

適用対象