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
- 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.