MetadataChangedEventArgs Oluşturucu

Tanım

MetadataChangedEventArgs sınıfının yeni bir örneğini başlatır.

public:
 MetadataChangedEventArgs(System::String ^ sectionName, System::Collections::Generic::IReadOnlyDictionary<System::String ^, Newtonsoft::Json::Linq::JToken ^> ^ added, System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ removed);
public MetadataChangedEventArgs (string sectionName, System.Collections.Generic.IReadOnlyDictionary<string,Newtonsoft.Json.Linq.JToken>? added, System.Collections.Generic.IReadOnlyCollection<string>? removed);
new Microsoft.VisualStudio.RpcContracts.Extensibility.MetadataChangedEventArgs : string * System.Collections.Generic.IReadOnlyDictionary<string, Newtonsoft.Json.Linq.JToken> * System.Collections.Generic.IReadOnlyCollection<string> -> Microsoft.VisualStudio.RpcContracts.Extensibility.MetadataChangedEventArgs
Public Sub New (sectionName As String, added As IReadOnlyDictionary(Of String, JToken), removed As IReadOnlyCollection(Of String))

Parametreler

sectionName
String

Bu olay bağımsız değişkenlerinin uygulandığı meta veri bölümünün adı.

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

Son olaydan bu yana eklenen uzantı meta verileri, hiçbir uzantı eklenmemişse null olabilir.

removed
IReadOnlyCollection<String>

Son olaydan bu yana kaldırılan uzantı meta verileri, hiçbir uzantı kaldırılmadığı takdirde null olabilir.

Şunlara uygulanır