다음을 통해 공유


AttachmentInfo.Views 속성

정의

첨부 파일 보기를 가져오거나 설정합니다.

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

속성 값

첨부 파일 보기입니다.

적용 대상