ProjectInstance.ToProjectRootElement Method
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.
Creates a ProjectRootElement from the contents of this ProjectInstance.
public:
Microsoft::Build::Construction::ProjectRootElement ^ ToProjectRootElement();
public Microsoft.Build.Construction.ProjectRootElement ToProjectRootElement ();
member this.ToProjectRootElement : unit -> Microsoft.Build.Construction.ProjectRootElement
Public Function ToProjectRootElement () As ProjectRootElement
Returns
A ProjectRootElement which represents this instance.