다음을 통해 공유


TelemetrySession.AddCommonPropertyRange 메서드

정의

세션의 모든 이벤트에 공통적일 수 있지만 Default.Context 접두사는 없어야 하는 속성을 추가합니다. 속성은 세션 간에 유지되지 않습니다. 단일 속성을 추가하려면 다음을 참조하세요. TryAddCommonProperty(String, Object)

public void AddCommonPropertyRange (System.Collections.Generic.IDictionary<string,object> properties);
member this.AddCommonPropertyRange : System.Collections.Generic.IDictionary<string, obj> -> unit
Public Sub AddCommonPropertyRange (properties As IDictionary(Of String, Object))

매개 변수

properties
IDictionary<String,Object>

예외

속성, 키 또는 값이 null일 때 throw됨

속성 키 또는 값이 null일 때 throw됨

적용 대상