Sdílet prostřednictvím


IBotPageViewTelemetryClient.TrackPageView Metoda

Definice

Zaznamená zobrazení stránky Application Insights.

public void TrackPageView(string dialogName, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,double> metrics = default);
abstract member TrackPageView : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, double> -> unit
Public Sub TrackPageView (dialogName As String, Optional properties As IDictionary(Of String, String) = Nothing, Optional metrics As IDictionary(Of String, Double) = Nothing)

Parametry

dialogName
String

Název dialogového okna, pro který se má položka zaznamenat / spustit pro.

properties
IDictionary<String,String>

Pojmenované řetězcové hodnoty, které můžete použít k vyhledávání a klasifikaci událostí.

metrics
IDictionary<String,Double>

Měření přidružená k této události

Platí pro