IVsUserSettings2::ExportSettings Method (Guid, IVsSettingsWriter^, IVsSettingsStorageContainer^)

 

Exports the settings.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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).

Return to top
Show: