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 기록될 정보입니다.

설명

목록의 태그 순서는 목록에 추가되는 순서와 일치합니다.

적용 대상

추가 정보