Język

Activity.Tags Właściwość

Definicja

Pobiera kolekcję par klucz/wartość, które reprezentują informacje, które będą rejestrowane wraz z Activity systemem rejestrowania.

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

Wartość właściwości

Informacje, które zostaną zarejestrowane wraz z Activity systemem rejestrowania.

Uwagi

Kolejność tagów na liście jest zgodna z kolejnością, w jakiej są dodawane do listy.

Dotyczy

Zobacz też