AttachmentExtensions.ToMessagingExtensionAttachment Metodo

Definizione

Converte gli allegati normali nell'allegato dell'estensione di messaggistica.

public static Microsoft.Bot.Schema.Teams.MessagingExtensionAttachment ToMessagingExtensionAttachment (this Microsoft.Bot.Schema.Attachment attachment, Microsoft.Bot.Schema.Attachment previewAttachment = default);
static member ToMessagingExtensionAttachment : Microsoft.Bot.Schema.Attachment * Microsoft.Bot.Schema.Attachment -> Microsoft.Bot.Schema.Teams.MessagingExtensionAttachment
<Extension()>
Public Function ToMessagingExtensionAttachment (attachment As Attachment, Optional previewAttachment As Attachment = Nothing) As MessagingExtensionAttachment

Parametri

attachment
Attachment

Allegato.

previewAttachment
Attachment

Allegato di anteprima.

Restituisce

Allegato dell'estensione di messaggistica.

Si applica a