Compartilhar via


Evento IDatabaseProjectNode.NodeIncludedInProject

Ocorre quando um nó foi incluído no projeto.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Event NodeIncludedInProject As EventHandler(Of IncludeInProjectEventArgs)
event EventHandler<IncludeInProjectEventArgs> NodeIncludedInProject
 event EventHandler<IncludeInProjectEventArgs^>^ NodeIncludedInProject {
    void add (EventHandler<IncludeInProjectEventArgs^>^ value);
    void remove (EventHandler<IncludeInProjectEventArgs^>^ value);
}
abstract NodeIncludedInProject : IEvent<EventHandler<IncludeInProjectEventArgs>,
    IncludeInProjectEventArgs>
O JScript não oferece suporte a eventos.

Comentários

Nós são incluídos no projeto quando o "incluir no projeto" comando está selecionado no menu de contexto no Solution Explorer.

Segurança do .NET Framework

Consulte também

Referência

IDatabaseProjectNode Interface

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project