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
Creates a new multi-format file with format index.
Returns the format index for the CodePage of the data object.
Returns the format information for the format index.
Returns the format list for the file types supported by your VSPackage.
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