NullBotTelemetryClient.TrackPageView メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
override this.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)
パラメーター
- dialogName
- String
エントリ/開始をログに記録するダイアログの名前。
- properties
- IDictionary<String,String>
イベントの検索と分類に使用できる名前付き文字列値。
- metrics
- IDictionary<String,Double>
このイベントに関連付けられている測定値。