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

屬性值

標記和物件的索引鍵/值組列舉。

適用於