IVsStructuredFileIO Methods

 

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

NameDescription
System_CAPS_pubmethodCreateNew(String^, UInt32, UInt32, UInt32, UInt32, IVsStructuredFileIOHelper^, String^, String^, IVsPropertyFileOut^)

Creates a new multi-format file with format index.

System_CAPS_pubmethodFindFormatIndex(UInt32, array<UInt32>^)

Returns the format index for the CodePage of the data object.

System_CAPS_pubmethodGetFormatInfo(UInt32, array<UInt32>^)

Returns the format information for the format index.

System_CAPS_pubmethodGetFormatList(String^, String^, String^)

Returns the format list for the file types supported by your VSPackage.

System_CAPS_pubmethodOpenExisting(String^, UInt32, UInt32, UInt32, IVsStructuredFileIOHelper^, UInt32, IVsPropertyFileIn^, array<String^>^)

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.

Return to top
Show: