다음을 통해 공유


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)

속성 값

첨부 파일입니다.

적용 대상