Package.IVsUserSettings.ExportSettings Method (String, IVsSettingsWriter)
Visual Studio 2015
This method implements the IVsUserSettings Interface used to manage profiles and import/export settings to XML files.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- strPageGuid
-
Type:
System.String
GUID of the page.
- writer
-
Type:
Microsoft.VisualStudio.Shell.Interop.IVsSettingsWriter
IVsSettingsWriter object.
Return Value
Type: System.Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: