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 a node has been excluded from the project.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Event NodeExcludedFromProject As EventHandler(Of ExcludeFromProjectEventArgs)
event EventHandler<ExcludeFromProjectEventArgs> NodeExcludedFromProject
event EventHandler<ExcludeFromProjectEventArgs^>^ NodeExcludedFromProject {
void add (EventHandler<ExcludeFromProjectEventArgs^>^ value);
void remove (EventHandler<ExcludeFromProjectEventArgs^>^ value);
}
abstract NodeExcludedFromProject : IEvent<EventHandler<ExcludeFromProjectEventArgs>,
ExcludeFromProjectEventArgs>
JScript does not support events.
Remarks
Nodes are excluded from the project when the "Excluded in Project" command is selected from the context menu in Solution Explorer.
.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