Compartir a través de


AttachmentInfo Constructores

Definición

Sobrecargas

AttachmentInfo()

Inicializa una nueva instancia de la clase AttachmentInfo.

AttachmentInfo(String, String, IList<AttachmentView>)

Inicializa una nueva instancia de la clase AttachmentInfo.

AttachmentInfo()

Inicializa una nueva instancia de la clase AttachmentInfo.

public AttachmentInfo ();
Public Sub New ()

Se aplica a

AttachmentInfo(String, String, IList<AttachmentView>)

Inicializa una nueva instancia de la clase 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

Nombre de los datos adjuntos.

type
String

Tipo de contenido de los datos adjuntos.

views
IList<AttachmentView>

vistas de datos adjuntos.

Se aplica a