Activity.TagObjects Vlastnost

Definice

Získá seznam značek, které představují informace, které se mají protokolovat spolu s aktivitou. Tyto informace se nepředávají podřízeným členům této aktivity.

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

Hodnota vlastnosti

Pár klíč-hodnota výčet značek a objektů.

Platí pro