AttachmentInfo Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
AttachmentInfo() |
Inicializuje novou instanci AttachmentInfo třídy . |
AttachmentInfo(String, String, IList<AttachmentView>) |
Inicializuje novou instanci AttachmentInfo třídy . |
AttachmentInfo()
Inicializuje novou instanci AttachmentInfo třídy .
public AttachmentInfo ();
Public Sub New ()
Platí pro
AttachmentInfo(String, String, IList<AttachmentView>)
Inicializuje novou instanci AttachmentInfo třídy .
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)
Parametry
- name
- String
Název přílohy
- type
- String
ContentType přílohy.
- views
- IList<AttachmentView>
zobrazení příloh.