Partager via


AttachmentInfo Constructeurs

Définition

Surcharges

AttachmentInfo()

Initialise une nouvelle instance de la classe AttachmentInfo.

AttachmentInfo(String, String, IList<AttachmentView>)

Initialise une nouvelle instance de la classe AttachmentInfo.

AttachmentInfo()

Initialise une nouvelle instance de la classe AttachmentInfo.

public AttachmentInfo ();
Public Sub New ()

S’applique à

AttachmentInfo(String, String, IList<AttachmentView>)

Initialise une nouvelle instance de la classe AttachmentInfo.

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)

Paramètres

name
String

Nom de la pièce jointe.

type
String

Type de contenu de la pièce jointe.

views
IList<AttachmentView>

affichages de pièces jointes.

S’applique à