TrackingRecord.Annotations Propriedade

Definição

Quando implementado numa classe derivada, representa uma coleção de pares nome/valor que são adicionados a este registo de rastreio.

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 de Propriedade

O dicionário dos elementos a serem adicionados a este registo de rastreamento.

Aplica-se a