Events2.BuildEvents Property

Definition

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.

Implements

Attributes

Applies to