TrackingRecord.Annotations Eigenschap

Definitie

Wanneer deze wordt geïmplementeerd in een afgeleide klasse, vertegenwoordigt u een verzameling naam-/waardeparen die worden toegevoegd aan deze traceringsrecord.

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)

Waarde van eigenschap

De woordenlijst met elementen die aan deze traceringsrecord moeten worden toegevoegd.

Van toepassing op