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
- 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.