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 にログシステムに記録される情報。

注釈

.NET 5 以降のバージョンでは、リスト内のタグの順序は、一覧に追加される順序と一致します。 以前のバージョンでは、順序が逆になります。つまり、最初に追加された項目はリストの最後です。

適用対象