MetadataChangedEventArgs(String, IReadOnlyDictionary<String,JToken>, IReadOnlyCollection<String>) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.