AttachmentInfo コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| AttachmentInfo() |
AttachmentInfo クラスの新しいインスタンスを初期化します。 |
| AttachmentInfo(String, String, IList<AttachmentView>) |
AttachmentInfo クラスの新しいインスタンスを初期化します。 |
AttachmentInfo()
AttachmentInfo(String, String, IList<AttachmentView>)
AttachmentInfo クラスの新しいインスタンスを初期化します。
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)
パラメーター
- name
- String
添付ファイルの名前。
- type
- String
添付ファイルの ContentType。
- views
- IList<AttachmentView>
添付ファイル ビュー。