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() | |
AttachmentInfo(String, String, IList<AttachmentView>) |
AttachmentInfo()
public AttachmentInfo ();
Public Sub New ()
S’applique à
AttachmentInfo(String, String, IList<AttachmentView>)
public AttachmentInfo (string name = default, string type = default, System.Collections.Generic.IList<Microsoft.Bot.Connector.AttachmentView> views = default);
new Microsoft.Bot.Connector.AttachmentInfo : string * string * System.Collections.Generic.IList<Microsoft.Bot.Connector.AttachmentView> -> Microsoft.Bot.Connector.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
- type
- String
- views
- IList<AttachmentView>