BuildResult.ProjectStateAfterBuild Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ProjectInstance state after the build. In general, it may be a non buildable-dummy object, and should only be used to retrieve Properties, GlobalProperties and Items from it. Any other operation is not guaranteed to be supported.
public:
property Microsoft::Build::Execution::ProjectInstance ^ ProjectStateAfterBuild { Microsoft::Build::Execution::ProjectInstance ^ get(); void set(Microsoft::Build::Execution::ProjectInstance ^ value); };
public Microsoft.Build.Execution.ProjectInstance ProjectStateAfterBuild { get; set; }
member this.ProjectStateAfterBuild : Microsoft.Build.Execution.ProjectInstance with get, set
Public Property ProjectStateAfterBuild As ProjectInstance
Property Value
The ProjectInstance
object.
Remarks
This may be a dummy object and should not be used except to retrieve Properties, GlobalProperties and Items. Other operations are not supported.