MetadataChangedEventArgs(String, IReadOnlyDictionary<String,JToken>, IReadOnlyCollection<String>) Construtor

Definição

Inicializa uma nova instância da classe MetadataChangedEventArgs.

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))

Parâmetros

sectionName
String

Nome da seção de metadados à qual este evento args se aplica.

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

Os metadados de extensão adicionados desde o último evento poderão ser nulos se nenhuma extensão tiver sido adicionada.

removed
IReadOnlyCollection<String>

Os metadados de extensão removidos desde o último evento poderão ser nulos se nenhuma extensão tiver sido removida.

Aplica-se a