Evento IDatabaseProjectNode.DataSchemaModelRecycled
Gerado após a DataSchemaModel que pertence o projeto foi descartado e recriado.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
Event DataSchemaModelRecycled As EventHandler(Of ProjectEventArgs)
event EventHandler<ProjectEventArgs> DataSchemaModelRecycled
event EventHandler<ProjectEventArgs^>^ DataSchemaModelRecycled {
void add (EventHandler<ProjectEventArgs^>^ value);
void remove (EventHandler<ProjectEventArgs^>^ value);
}
abstract DataSchemaModelRecycled : IEvent<EventHandler<ProjectEventArgs>,
ProjectEventArgs>
O JScript não oferece suporte a eventos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
IDatabaseProjectNode Interface
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project