Events.BuildEvents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the BuildEvents object, which provides events for solution builds.
public:
property EnvDTE::BuildEvents ^ BuildEvents { EnvDTE::BuildEvents ^ get(); };
public:
property EnvDTE::BuildEvents ^ BuildEvents { EnvDTE::BuildEvents ^ get(); };
[System.Runtime.InteropServices.DispId(303)]
public EnvDTE.BuildEvents BuildEvents { [System.Runtime.InteropServices.DispId(303)] get; }
[<System.Runtime.InteropServices.DispId(303)>]
[<get: System.Runtime.InteropServices.DispId(303)>]
member this.BuildEvents : EnvDTE.BuildEvents
Public ReadOnly Property BuildEvents As BuildEvents
Property Value
A BuildEvents object.
- Attributes