Sdílet prostřednictvím


Attachment Konstruktory

Definice

Přetížení

Attachment()

Inicializuje novou instanci Attachment třídy .

Attachment(String, String, Object, String, String)

Inicializuje novou instanci Attachment třídy .

Attachment()

Inicializuje novou instanci Attachment třídy .

public Attachment ();
Public Sub New ()

Platí pro

Attachment(String, String, Object, String, String)

Inicializuje novou instanci Attachment třídy .

public Attachment (string contentType = default, string contentUrl = default, object content = default, string name = default, string thumbnailUrl = default);
new Microsoft.Bot.Schema.Attachment : string * string * obj * string * string -> Microsoft.Bot.Schema.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)

Parametry

contentType
String

mimetype/Contenttype souboru.

contentUrl
String

Adresa URL obsahu.

content
Object

Vložený obsah.

name
String

(VOLITELNÉ) Název přílohy.

thumbnailUrl
String

(VOLITELNÉ) Miniatura přidružená k příloze

Platí pro