Condividi tramite


Evento IDatabaseProjectNode.NodeAttributesChanged

Generato quando gli attributi per un nodo vengono modificati.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
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 non supporta gli eventi.

Note

Gli attributi del nodo vengono salvati in modo permanente nel file di progetto come sottoelementi sotto il nodo. È possibile impostare questi oggetti utilizzando SetItemAttribute.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IDatabaseProjectNode Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Project