AttachmentsExtensions.GetAttachment(IAttachments, String, String) 方法

定义

public static byte[] GetAttachment (this Microsoft.Bot.Connector.IAttachments operations, string attachmentId, string viewId);
static member GetAttachment : Microsoft.Bot.Connector.IAttachments * string * string -> byte[]
<Extension()>
Public Function GetAttachment (operations As IAttachments, attachmentId As String, viewId As String) As Byte()

参数

operations
IAttachments
attachmentId
String
viewId
String

返回

Byte[]

适用于