AttachmentView 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
| AttachmentView() |
Inicializa uma nova instância da classe AttachmentView. |
| AttachmentView(String, Nullable<Int32>) |
Inicializa uma nova instância da classe AttachmentView. |
AttachmentView()
Inicializa uma nova instância da classe AttachmentView.
public AttachmentView();
Public Sub New ()
Aplica-se a
AttachmentView(String, Nullable<Int32>)
Inicializa uma nova instância da classe AttachmentView.
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.