TelemetrySession.GetCommonPropertyDictionary 方法

定义

获取一个 IDictionary,其中包含当前会话中的 CommonProperty 键和值的副本。

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。

适用于