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