Udostępnij za pośrednictwem


AttachmentView Konstruktory

Definicja

Przeciążenia

AttachmentView()

Inicjuje nowe wystąpienie klasy AttachmentView.

AttachmentView(String, Nullable<Int32>)

Inicjuje nowe wystąpienie klasy AttachmentView.

AttachmentView()

Inicjuje nowe wystąpienie klasy AttachmentView.

public AttachmentView ();
Public Sub New ()

Dotyczy

AttachmentView(String, Nullable<Int32>)

Inicjuje nowe wystąpienie klasy 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)

Parametry

viewId
String

Identyfikator załącznika.

size
Nullable<Int32>

Rozmiar załącznika.

Dotyczy