AttachmentInfo 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
AttachmentInfo() |
初始化 AttachmentInfo 类的新实例。 |
AttachmentInfo(String, String, IList<AttachmentView>) |
初始化 AttachmentInfo 类的新实例。 |
AttachmentInfo()
AttachmentInfo(String, String, IList<AttachmentView>)
初始化 AttachmentInfo 类的新实例。
public AttachmentInfo (string name = default, string type = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.AttachmentView> views = default);
new Microsoft.Bot.Schema.AttachmentInfo : string * string * System.Collections.Generic.IList<Microsoft.Bot.Schema.AttachmentView> -> Microsoft.Bot.Schema.AttachmentInfo
Public Sub New (Optional name As String = Nothing, Optional type As String = Nothing, Optional views As IList(Of AttachmentView) = Nothing)
参数
- name
- String
附件的名称。
- type
- String
附件的 ContentType。
- views
- IList<AttachmentView>
附件视图。