Dela via


AttachmentView Konstruktorer

Definition

Överlagringar

AttachmentView()

Initierar en ny instans av AttachmentView klassen.

AttachmentView(String, Nullable<Int32>)

Initierar en ny instans av AttachmentView klassen.

AttachmentView()

Initierar en ny instans av AttachmentView klassen.

public AttachmentView ();
Public Sub New ()

Gäller för

AttachmentView(String, Nullable<Int32>)

Initierar en ny instans av AttachmentView klassen.

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)

Parametrar

viewId
String

ID för den bifogade filen.

size
Nullable<Int32>

Storleken på den bifogade filen.

Gäller för