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
Implements
VSProjectEvents.BuildManagerEvents
Permissions
- 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.