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)

プロパティ値

添付ファイル。

適用対象