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

See Also

Reference

IDatabaseProjectNode Interface

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace