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)

属性值

要添加到此跟踪记录的元素的字典。

适用于