Freigeben über


AttachmentInfo Konstruktoren

Definition

Überlädt

AttachmentInfo()

Initialisiert eine neue Instanz der AttachmentInfo-Klasse.

AttachmentInfo(String, String, IList<AttachmentView>)

Initialisiert eine neue Instanz der AttachmentInfo-Klasse.

AttachmentInfo()

Initialisiert eine neue Instanz der AttachmentInfo-Klasse.

public AttachmentInfo ();
Public Sub New ()

Gilt für:

AttachmentInfo(String, String, IList<AttachmentView>)

Initialisiert eine neue Instanz der AttachmentInfo-Klasse.

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)

Parameter

name
String

Der Name der Anlage.

type
String

Der Inhaltstyp der Anlage.

views
IList<AttachmentView>

Anlagenansichten.

Gilt für: