AttachmentsExtensions.GetAttachmentInfo(IAttachments, String) 方法

定义

public static Microsoft.Bot.Connector.AttachmentInfo GetAttachmentInfo (this Microsoft.Bot.Connector.IAttachments operations, string attachmentId);
static member GetAttachmentInfo : Microsoft.Bot.Connector.IAttachments * string -> Microsoft.Bot.Connector.AttachmentInfo
<Extension()>
Public Function GetAttachmentInfo (operations As IAttachments, attachmentId As String) As AttachmentInfo

参数

operations
IAttachments
attachmentId
String

返回

适用于