Gets the MSBuild project for the temporary project file.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Property BuildProject As Project
'使用
Dim value As Project
value = Me.BuildProject
Me.BuildProject = value
protected Project BuildProject { get; set; }
protected:
property Project^ BuildProject {
Project^ get ();
void set (Project^ value);
}
protected function get BuildProject () : Project
protected function set BuildProject (value : Project)
Property Value
Type: Microsoft.Build.BuildEngine.Project
The MSBuild project for the temporary project file.
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.