次の方法で共有


AttachmentInfo コンストラクター

定義

オーバーロード

AttachmentInfo()

AttachmentInfo クラスの新しいインスタンスを初期化します。

AttachmentInfo(String, String, IList<AttachmentView>)

AttachmentInfo クラスの新しいインスタンスを初期化します。

AttachmentInfo()

AttachmentInfo クラスの新しいインスタンスを初期化します。

public AttachmentInfo();
Public Sub New ()

適用対象

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>

添付ファイル ビュー。

適用対象