Activity.TagObjects プロパティ

定義

アクティビティと共にログに記録する情報を表すタグのリストを取得します。 この情報は、このアクティビティの子には渡されません。

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

プロパティ値

タグとオブジェクトのキーと値のペアの列挙。

適用対象