ProjectXmlChangedEventArgs.ProjectXml 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.
Gets the project root element which was just changed..
public:
property Microsoft::Build::Construction::ProjectRootElement ^ ProjectXml { Microsoft::Build::Construction::ProjectRootElement ^ get(); };
public Microsoft.Build.Construction.ProjectRootElement ProjectXml { get; }
member this.ProjectXml : Microsoft.Build.Construction.ProjectRootElement
Public ReadOnly Property ProjectXml As ProjectRootElement
Property Value
Never null.