Compartilhar via


TrackingRecord.Annotations Propriedade

Definição

Quando implementado em uma classe derivada, representa uma coleção de pares nome/valor adicionada ao registro de acompanhamento.

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)

Valor da propriedade

O dicionário de elementos a serem adicionados a esse registro de acompanhamento.

Aplica-se a