IDatabaseProjectNode.IsCodeFileRequest Event
Raised when a node is added to 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 IsCodeFileRequest As EventHandler(Of IsCodeFileRequestEventArgs)
event EventHandler<IsCodeFileRequestEventArgs> IsCodeFileRequest
event EventHandler<IsCodeFileRequestEventArgs^>^ IsCodeFileRequest {
void add (EventHandler<IsCodeFileRequestEventArgs^>^ value);
void remove (EventHandler<IsCodeFileRequestEventArgs^>^ value);
}
abstract IsCodeFileRequest : IEvent<EventHandler<IsCodeFileRequestEventArgs>,
IsCodeFileRequestEventArgs>
JScript does not support events.
Remarks
By responding to this event, listeners can adjust the build action of the node.
.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