次の方法で共有


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

定義

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

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

パラメーター

callerPath
String

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

callerLine
Int32

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

適用対象