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

來源檔案中的選擇性行號。

適用於