AttachmentInfo Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.