次の方法で共有


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 と共にログに記録される情報。

注釈

リスト内のタグの順序は、リストに追加される順序と一致します。

適用対象

こちらもご覧ください