Share via


Activity.Tags Özellik

Tanım

Günlüğe kaydetme sistemiyle birlikte günlüğe kaydedilecek bilgileri temsil eden anahtar/değer çiftlerinden Activity oluşan bir koleksiyon alır.

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))

Özellik Değeri

Günlüğe kaydetme sistemiyle Activity birlikte günlüğe kaydedilecek bilgiler.

Açıklamalar

.NET 5 ve sonraki sürümlerde, listedeki etiketlerin sırası, listeye eklendikleri sırayla eşleşir. Önceki sürümlerde sıra tersine çevrildi, yani eklenen ilk öğe listede son sırada yer alıyor.

Şunlara uygulanır