AttachmentInfo Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
AttachmentInfo() |
Initierar en ny instans av AttachmentInfo klassen. |
AttachmentInfo(String, String, IList<AttachmentView>) |
Initierar en ny instans av AttachmentInfo klassen. |
AttachmentInfo()
Initierar en ny instans av AttachmentInfo klassen.
public AttachmentInfo ();
Public Sub New ()
Gäller för
AttachmentInfo(String, String, IList<AttachmentView>)
Initierar en ny instans av AttachmentInfo klassen.
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)
Parametrar
- name
- String
Namnet på den bifogade filen.
- type
- String
ContentType för den bifogade filen.
- views
- IList<AttachmentView>
bifogade filer.