共用方式為


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 和更新版本中,清單中的標籤順序符合它們新增至清單的順序。 在舊版中,順序會反轉,也就是新增的第一個專案是清單中的最後一個專案。

適用於