TelemetrySession.GetCommonPropertyDictionary 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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。