Compartir a través de


IDatabaseProjectNode.NodeIncludedInProject (Evento)

Se genera cuando se ha incluido un nodo en el proyecto.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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>
JScript no admite eventos.

Comentarios

Los nodos se incluyen en el proyecto cuando el comando "Incluido en proyecto" se selecciona del menú contextual en el Explorador de soluciones.

Seguridad de .NET Framework

Vea también

Referencia

IDatabaseProjectNode Interfaz

Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)