次の方法で共有


AttachmentInput(String, Int32) コンストラクター

定義

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

public AttachmentInput (string callerPath = "", int callerLine = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Input.AttachmentInput : string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Input.AttachmentInput
Public Sub New (Optional callerPath As String = "", Optional callerLine As Integer = 0)

パラメーター

callerPath
String

オプションのソース ファイルの完全パス。

callerLine
Int32

ソース ファイルのオプションの行番号。

適用対象