Attachments クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
添付ファイルの操作。
public class Attachments : Microsoft.Bot.Connector.IAttachments, Microsoft.Rest.IServiceOperations<Microsoft.Bot.Connector.ConnectorClient>
type Attachments = class
interface IServiceOperations<ConnectorClient>
interface IAttachments
Public Class Attachments
Implements IAttachments, IServiceOperations(Of ConnectorClient)
- 継承
-
Attachments
- 実装
-
IAttachments Microsoft.Rest.IServiceOperations<ConnectorClient>
コンストラクター
Attachments(ConnectorClient) |
Attachments クラスの新しいインスタンスを初期化します。 |
プロパティ
Client |
ConnectorClient への参照を取得します。 |
メソッド
GetAttachmentInfoWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
GetAttachmentInfo。 |
GetAttachmentStreamAsync(String, String) |
指定された attachmentid ビューをストリームとして取得します。 |
GetAttachmentUri(String, String) |
添付ファイル ビューの URI を取得します。 |
GetAttachmentWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
GetAttachment。 |