IVsStructuredFileIO Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | CreateNew(String^, UInt32, UInt32, UInt32, UInt32, IVsStructuredFileIOHelper^, String^, String^, IVsPropertyFileOut^) | Creates a new multi-format file with format index. |
![]() | FindFormatIndex(UInt32, array<UInt32>^) | Returns the format index for the CodePage of the data object. |
![]() | GetFormatInfo(UInt32, array<UInt32>^) | Returns the format information for the format index. |
![]() | GetFormatList(String^, String^, String^) | Returns the format list for the file types supported by your VSPackage. |
![]() | OpenExisting(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. |
Show:
