Dela via


AttachmentInfo Konstruktorer

Definition

Överlagringar

AttachmentInfo()

Initierar en ny instans av AttachmentInfo klassen.

AttachmentInfo(String, String, IList<AttachmentView>)

Initierar en ny instans av AttachmentInfo klassen.

AttachmentInfo()

Initierar en ny instans av AttachmentInfo klassen.

public AttachmentInfo ();
Public Sub New ()

Gäller för

AttachmentInfo(String, String, IList<AttachmentView>)

Initierar en ny instans av AttachmentInfo klassen.

public AttachmentInfo (string name = default, string type = default, System.Collections.Generic.IList<Microsoft.Bot.Schema.AttachmentView> views = default);
new Microsoft.Bot.Schema.AttachmentInfo : string * string * System.Collections.Generic.IList<Microsoft.Bot.Schema.AttachmentView> -> Microsoft.Bot.Schema.AttachmentInfo
Public Sub New (Optional name As String = Nothing, Optional type As String = Nothing, Optional views As IList(Of AttachmentView) = Nothing)

Parametrar

name
String

Namnet på den bifogade filen.

type
String

ContentType för den bifogade filen.

views
IList<AttachmentView>

bifogade filer.

Gäller för