Compartir a través de


IDatabaseProjectNode.NodeAttributesChanged (Evento)

Se genera cuando los atributos para un nodo han cambiado.

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 NodeAttributesChanged As EventHandler(Of NodeAttributesChangedEventArgs)
event EventHandler<NodeAttributesChangedEventArgs> NodeAttributesChanged
 event EventHandler<NodeAttributesChangedEventArgs^>^ NodeAttributesChanged {
    void add (EventHandler<NodeAttributesChangedEventArgs^>^ value);
    void remove (EventHandler<NodeAttributesChangedEventArgs^>^ value);
}
abstract NodeAttributesChanged : IEvent<EventHandler<NodeAttributesChangedEventArgs>,
    NodeAttributesChangedEventArgs>
JScript no admite eventos.

Comentarios

Los atributos de nodo se conservan en el archivo de proyecto como subelementos bajo el nodo. Puede establecer estos mediante SetItemAttribute.

Seguridad de .NET Framework

Vea también

Referencia

IDatabaseProjectNode Interfaz

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