Package::IVsUserSettings::ExportSettings Method (String^, IVsSettingsWriter^)

 

This method implements the IVsUserSettings Interface used to manage profiles and import/export settings to XML files.

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

private:
virtual int ExportSettings(
	String^ strPageGuid,
	IVsSettingsWriter^ writer
) sealed = IVsUserSettings::ExportSettings

Parameters

strPageGuid
Type: System::String^

GUID of the page.

writer
Type: Microsoft.VisualStudio.Shell.Interop::IVsSettingsWriter^

IVsSettingsWriter object.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: