Partilhar via


AttachmentView Construtores

Definição

Sobrecargas

AttachmentView()

Inicializa uma nova instância da AttachmentView classe.

AttachmentView(String, Nullable<Int32>)

Inicializa uma nova instância da AttachmentView classe.

AttachmentView()

Inicializa uma nova instância da AttachmentView classe.

public AttachmentView ();
Public Sub New ()

Aplica-se a

AttachmentView(String, Nullable<Int32>)

Inicializa uma nova instância da AttachmentView classe.

public AttachmentView (string viewId = default, int? size = default);
new Microsoft.Bot.Schema.AttachmentView : string * Nullable<int> -> Microsoft.Bot.Schema.AttachmentView
Public Sub New (Optional viewId As String = Nothing, Optional size As Nullable(Of Integer) = Nothing)

Parâmetros

viewId
String

ID do anexo.

size
Nullable<Int32>

Tamanho do anexo.

Aplica-se a