Activity.Tags 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
로깅 시스템에 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 이상 버전에서는 목록의 태그 순서가 목록에 추가되는 순서와 일치합니다. 이전 버전에서는 순서가 반전되었습니다. 즉, 추가된 첫 번째 항목이 목록에서 마지막 항목입니다.