ActivityEvent.Tags プロパティ

定義

イベントに関連付けられているタグのコレクションを取得します。

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

プロパティ値

イベントに関連付けられたタグを含むキーと値のペア列挙。

適用対象