IVsStructuredFileIO Members
Include Protected Members
Include Inherited Members
Provides a common way to perform multi-format saves. You can get an instance of the interface from the SVsStructuredFileIO (SID_SVsStructuredFileIO) service.
The IVsStructuredFileIO type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateNew | Creates a new multi-format file with format index. | |
FindFormatIndex | Returns the format index for the CodePage of the data object. | |
GetFormatInfo | Returns the format information for the format index. | |
GetFormatList | Returns the format list for the file types supported by your VSPackage. | |
OpenExisting | Open a previously created structured file data element and returns a pointer to the format index, data element, and pointer to a string containing the format version. |
Top