IVsUserSettings2::ImportSettings Method (Guid, IVsSettingsReader^, UInt32, IVsSettingsStorageContainer^)

 

Imports the settings.

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

void ImportSettings(
	[InAttribute] Guid% category,
	IVsSettingsReader^ settingsReader,
	unsigned int flags,
	IVsSettingsStorageContainer^ storageContainer
)

Parameters

category
Type: System::Guid

The GUID of the settings category.

settingsReader
Type: Microsoft.VisualStudio.Shell.Interop::IVsSettingsReader^

The settings reader.

flags
Type: System::UInt32

The flags.

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: