IDatabaseProjectNode.BuildMacroRequest Event
Raised to allow listeners to add new build macros to the pre-build and post-build macro dialog box.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Event BuildMacroRequest As EventHandler(Of BuildMacroRequestEventArgs)
event EventHandler<BuildMacroRequestEventArgs> BuildMacroRequest
event EventHandler<BuildMacroRequestEventArgs^>^ BuildMacroRequest {
void add (EventHandler<BuildMacroRequestEventArgs^>^ value);
void remove (EventHandler<BuildMacroRequestEventArgs^>^ value);
}
abstract BuildMacroRequest : IEvent<EventHandler<BuildMacroRequestEventArgs>,
BuildMacroRequestEventArgs>
JScript does not support events.
.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