TelemetrySession.GetCommonPropertyDictionary メソッド

定義

セッション内の CommonProperty キーと値のコピーを含む IDictionary を取得します。

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

戻り値

CommonProperty キーと値が存在する場合はキーと値の IDictionary、キーが存在しない場合は null。

適用対象