OAVSProjectEvents.BuildManagerEvents Property

Gets the project's build manager events.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public ReadOnly Property BuildManagerEvents As BuildManagerEvents
'使用
Dim instance As OAVSProjectEvents
Dim value As BuildManagerEvents

value = instance.BuildManagerEvents
public BuildManagerEvents BuildManagerEvents { get; }
public:
virtual property BuildManagerEvents^ BuildManagerEvents {
    BuildManagerEvents^ get () sealed;
}
public final function get BuildManagerEvents () : BuildManagerEvents

Property Value

Type: VSLangProj.BuildManagerEvents

BuildManagerEvents.

Implements

VSProjectEvents.BuildManagerEvents

Permissions

See Also

Reference

OAVSProjectEvents Class

OAVSProjectEvents Members

Microsoft.VisualStudio.Package.Automation Namespace