IPersistXMLFragment Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | InitNew(Guid, UInt32) | Initializes the project extension properties and other build-independent data. |
![]() | IsFragmentDirty(UInt32, Int32) | Determines whether an XML fragment has changed since it was last saved to its current file. |
![]() | Load(Guid, UInt32, String^) | The project opens and reads the XML fragment and the project subtype GUID from a specified file type. |
![]() | Save(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. |
Show:
