Compartilhar via


Evento IDatabaseProjectNode.NodeAttributesChanged

Gerado quando atributos de um nó tenham alterado.

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

Sintaxe

'Declaração
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>
O JScript não oferece suporte a eventos.

Comentários

Atributos do nó são mantidos no arquivo de projeto como subelementos sob o nó. Você pode defini-los usando SetItemAttribute.

Segurança do .NET Framework

Consulte também

Referência

IDatabaseProjectNode Interface

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