IVsUserSettings2::ExportSettings Method (Guid, IVsSettingsWriter^, IVsSettingsStorageContainer^)
Visual Studio 2015
Exports the settings.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
void ExportSettings(
[InAttribute] Guid% category,
IVsSettingsWriter^ settingsWriter,
IVsSettingsStorageContainer^ storageContainer
)
Parameters
- category
-
Type:
System::Guid
The GUID of the settings category.
- settingsWriter
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsSettingsWriter^
The settings writer.
- storageContainer
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsSettingsStorageContainer^
The storageContainer contains unrecognized data stored during the last import of this category. The implementation should merge that data back into the values being exported so that round-tripping between different versions can occur without data loss. This argument is optional (i.e. it may be null).
Show: