次の方法で共有


TelemetrySession.AddCommonPropertyRange メソッド

定義

セッションのすべてのイベントに共通するプロパティを追加しますが、Default.Context プレフィックスは指定しないでください。 セッション間でプロパティは保持されません。 単一のプロパティを追加するには、次を参照してください。 TryAddCommonProperty(String, Object)

public void AddCommonPropertyRange (System.Collections.Generic.IDictionary<string,object> properties);
member this.AddCommonPropertyRange : System.Collections.Generic.IDictionary<string, obj> -> unit
Public Sub AddCommonPropertyRange (properties As IDictionary(Of String, Object))

パラメーター

properties
IDictionary<String,Object>

例外

プロパティ、キー、または値が null の場合にスローされます

プロパティ キーまたは値が null の場合にスローされます

適用対象