IPersistXMLFragment Members
Include Protected Members
Include Inherited Members
Used to persist non-build related data in free-form XML.
The IPersistXMLFragment type exposes the following members.
Methods
Name | Description | |
---|---|---|
InitNew | Initializes the project extension properties and other build-independent data. | |
IsFragmentDirty | Determines whether an XML fragment has changed since it was last saved to its current file. | |
Load | The project opens and reads the XML fragment and the project subtype GUID from a specified file type. | |
Save | Base project system directs the project subtype to build the project subtype XML information and save it in the project or user file. |
Top