共用方式為


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。

適用於