Package::IVsPersistSolutionOpts::SaveUserOptions Method (IVsSolutionPersistence^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Saves user options for a given solution.

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

private:
virtual int SaveUserOptions(
	IVsSolutionPersistence^ pPersistance
) sealed = IVsPersistSolutionOpts::SaveUserOptions

Return Value

Type: System::Int32

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

Called by the shell when persisting service options.

Return to top
Show: