Delen via


AttachmentInfo Constructors

Definitie

Overloads

AttachmentInfo()

Initialiseert een nieuw exemplaar van de AttachmentInfo klasse.

AttachmentInfo(String, String, IList<AttachmentView>)

Initialiseert een nieuw exemplaar van de AttachmentInfo klasse.

AttachmentInfo()

Initialiseert een nieuw exemplaar van de AttachmentInfo klasse.

public AttachmentInfo ();
Public Sub New ()

Van toepassing op

AttachmentInfo(String, String, IList<AttachmentView>)

Initialiseert een nieuw exemplaar van de AttachmentInfo klasse.

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)

Parameters

name
String

Naam van de bijlage.

type
String

ContentType van de bijlage.

views
IList<AttachmentView>

bijlageweergaven.

Van toepassing op