AttachmentInfo Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AttachmentInfo() |
Inicializa uma nova instância da classe AttachmentInfo. |
AttachmentInfo(String, String, IList<AttachmentView>) |
Inicializa uma nova instância da classe AttachmentInfo. |
AttachmentInfo()
Inicializa uma nova instância da classe AttachmentInfo.
public AttachmentInfo ();
Public Sub New ()
Aplica-se a
AttachmentInfo(String, String, IList<AttachmentView>)
Inicializa uma nova instância da classe 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)
Parâmetros
- name
- String
Nome do anexo.
- type
- String
ContentType do anexo.
- views
- IList<AttachmentView>
exibições de anexo.