Поделиться через


AttachmentView Конструкторы

Определение

Перегрузки

AttachmentView()
AttachmentView(String, Nullable<Int32>)

AttachmentView()

public AttachmentView ();
Public Sub New ()

Применяется к

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)

Параметры

viewId
String
size
Nullable<Int32>

Применяется к