次の方法で共有


TelemetryTrackEventAction コンストラクター

定義

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

public TelemetryTrackEventAction (string eventName, System.Collections.Generic.Dictionary<string,AdaptiveExpressions.Properties.StringExpression> properties = default, string callerPath = "", int callerLine = 0);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.TelemetryTrackEventAction : string * System.Collections.Generic.Dictionary<string, AdaptiveExpressions.Properties.StringExpression> * string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Actions.TelemetryTrackEventAction
Public Sub New (eventName As String, Optional properties As Dictionary(Of String, StringExpression) = Nothing, Optional callerPath As String = "", Optional callerLine As Integer = 0)

パラメーター

eventName
String

イベントに使用する名前。

properties
Dictionary<String,StringExpression>

オプション。追跡対象のイベントにアタッチするプロパティ。

callerPath
String

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

callerLine
Int32

ソース ファイルの行番号 (省略可能)。

適用対象