Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised when a configuration has been added to the database project.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
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 does not support events.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseProjectConfigurationProvider Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace