ProjectFactory.BuildEngine Property

Gets the MSBuild build engine for this project factory.

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

Syntax

'宣言
Protected ReadOnly Property BuildEngine As Engine
'使用
Dim value As Engine

value = Me.BuildEngine
protected Engine BuildEngine { get; }
protected:
property Engine^ BuildEngine {
    Engine^ get ();
}
protected function get BuildEngine () : Engine

Property Value

Type: Microsoft.Build.BuildEngine.Engine

The MSBuild build engine for this project factory.

Permissions

See Also

Reference

ProjectFactory Class

ProjectFactory Members

Microsoft.VisualStudio.Package Namespace