TelemetrySession.GetCommonPropertyDictionary メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
セッション内の 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。