IDatabaseProjectConfigurationProvider.ConfigurationAdded, événement
Déclenché lorsqu'une configuration a été ajoutée au projet de base de données.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
Event ConfigurationAdded As EventHandler(Of ConfigurationAddedEventArgs)
event EventHandler<ConfigurationAddedEventArgs> ConfigurationAdded
event EventHandler<ConfigurationAddedEventArgs^>^ ConfigurationAdded {
void add (EventHandler<ConfigurationAddedEventArgs^>^ value);
void remove (EventHandler<ConfigurationAddedEventArgs^>^ value);
}
abstract ConfigurationAdded : IEvent<EventHandler<ConfigurationAddedEventArgs>,
ConfigurationAddedEventArgs>
JScript ne prend pas en charge les événements.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IDatabaseProjectConfigurationProvider Interface
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms