ProjectNode.PersistXMLFragments Method

Retrieves all the XML fragments that need to be saved from the flavored projects and stores the information in MSBuild.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Protected Sub PersistXMLFragments
'使用

Me.PersistXMLFragments()
protected void PersistXMLFragments()
protected:
void PersistXMLFragments()
protected function PersistXMLFragments()

Remarks

This method iterates through all the configurations of all the projects aggregated with this project and retrieves all XML fragments, which it stores in the build project.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace