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() | |
AttachmentInfo(String, String, IList<AttachmentView>) |
AttachmentInfo()
public AttachmentInfo ();
Public Sub New ()
Aplica-se a
AttachmentInfo(String, String, IList<AttachmentView>)
public AttachmentInfo (string name = default, string type = default, System.Collections.Generic.IList<Microsoft.Bot.Connector.AttachmentView> views = default);
new Microsoft.Bot.Connector.AttachmentInfo : string * string * System.Collections.Generic.IList<Microsoft.Bot.Connector.AttachmentView> -> Microsoft.Bot.Connector.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
- type
- String
- views
- IList<AttachmentView>