AttachmentView Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
AttachmentView() | |
AttachmentView(String, Nullable<Int32>) |
AttachmentView()
public AttachmentView ();
Public Sub New ()
Aplica-se a
AttachmentView(String, Nullable<Int32>)
public AttachmentView (string viewId = default, int? size = default);
new Microsoft.Bot.Connector.AttachmentView : string * Nullable<int> -> Microsoft.Bot.Connector.AttachmentView
Public Sub New (Optional viewId As String = Nothing, Optional size As Nullable(Of Integer) = Nothing)
Parâmetros
- viewId
- String