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입니다.

적용 대상