共用方式為


IDatabaseProjectConfigurationProvider.ConfigurationAdded 事件

將組態加入至資料庫專案時引發。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
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 不支援事件。

.NET Framework 安全性

請參閱

參考

IDatabaseProjectConfigurationProvider 介面

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空間