Share via


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)

속성 값

이 추적 레코드에 추가할 요소의 사전입니다.

적용 대상