AttachmentInfo Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
AttachmentInfo() | |
AttachmentInfo(String, String, IList<AttachmentView>) |
AttachmentInfo()
public AttachmentInfo ();
Public Sub New ()
Se aplica a
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)
Parámetros
- name
- String
- type
- String
- views
- IList<AttachmentView>