Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised when attributes for a node have changed.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
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 does not support events.
Remarks
Node attributes are persisted in the project file as sub-elements under the node. You can set these by using SetItemAttribute.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace