Activity.Tags 속성

정의

로깅 시스템에 Activity와 함께 기록될 정보를 나타내는 키/값 쌍의 컬렉션을 가져옵니다.

public:
 property System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ Tags { System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::String ^>> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string?>> Tags { get; }
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> Tags { get; }
member this.Tags : seq<System.Collections.Generic.KeyValuePair<string, string>>
Public ReadOnly Property Tags As IEnumerable(Of KeyValuePair(Of String, String))

속성 값

로깅 시스템에 와 Activity 함께 기록될 정보입니다.

설명

.NET 5 이상 버전에서는 목록의 태그 순서가 목록에 추가되는 순서와 일치합니다. 이전 버전에서는 순서가 반전되었습니다. 즉, 추가된 첫 번째 항목이 목록에서 마지막 항목입니다.

적용 대상