Compartilhar via


AttachmentInfo Construtores

Definição

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.

Aplica-se a