Attachment 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
Attachment() | |
Attachment(String, String, Object, String, String) |
Attachment()
public Attachment ();
Public Sub New ()
S’applique à
Attachment(String, String, Object, String, String)
public Attachment (string contentType = default, string contentUrl = default, object content = default, string name = default, string thumbnailUrl = default);
new Microsoft.Bot.Connector.Attachment : string * string * obj * string * string -> Microsoft.Bot.Connector.Attachment
Public Sub New (Optional contentType As String = Nothing, Optional contentUrl As String = Nothing, Optional content As Object = Nothing, Optional name As String = Nothing, Optional thumbnailUrl As String = Nothing)
Paramètres
- contentType
- String
- contentUrl
- String
- content
- Object
- name
- String
- thumbnailUrl
- String