AttachmentInfo Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
AttachmentInfo() |
Inicializa uma nova instância da AttachmentInfo classe . |
AttachmentInfo(String, String, IList<AttachmentView>) |
Inicializa uma nova instância da AttachmentInfo classe . |
AttachmentInfo()
Inicializa uma nova instância da AttachmentInfo classe .
public AttachmentInfo ();
Public Sub New ()
Aplica-se a
AttachmentInfo(String, String, IList<AttachmentView>)
Inicializa uma nova instância da AttachmentInfo classe .
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)
Parâmetros
- name
- String
Nome do anexo.
- type
- String
ContentType do anexo.
- views
- IList<AttachmentView>
vistas de anexo.