Share via


MetadataChangedEventArgs.Added Property

Definition

Gets the metadata for extensions added since the last event. Each entry is keyed by an extension identifier.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, Newtonsoft::Json::Linq::JToken ^> ^ Added { System::Collections::Generic::IReadOnlyDictionary<System::String ^, Newtonsoft::Json::Linq::JToken ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,Newtonsoft.Json.Linq.JToken> Added { get; }
member this.Added : System.Collections.Generic.IReadOnlyDictionary<string, Newtonsoft.Json.Linq.JToken>
Public ReadOnly Property Added As IReadOnlyDictionary(Of String, JToken)

Property Value

IReadOnlyDictionary<String,Newtonsoft.Json.Linq.JToken>

Applies to