共用方式為


TrackingRecord.Annotations 屬性

定義

在衍生類別中實作時,代表加入至此追蹤記錄的名稱/值組集合。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Annotations { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> Annotations { get; }
member this.Annotations : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Annotations As IDictionary(Of String, String)

屬性值

要加入至此追蹤記錄的項目字典。

適用於