IPersistXMLFragment Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodInitNew(Guid, UInt32)

Initializes the project extension properties and other build-independent data.

System_CAPS_pubmethodIsFragmentDirty(UInt32, Int32)

Determines whether an XML fragment has changed since it was last saved to its current file.

System_CAPS_pubmethodLoad(Guid, UInt32, String^)

The project opens and reads the XML fragment and the project subtype GUID from a specified file type.

System_CAPS_pubmethodSave(Guid, UInt32, String^, Int32)

Base project system directs the project subtype to build the project subtype XML information and save it in the project or user file.

Return to top
Show: