Package::IVsPersistSolutionOpts::LoadUserOptions Method (IVsSolutionPersistence^, UInt32)

 

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

Loads 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 LoadUserOptions(
	IVsSolutionPersistence^ pPersistance,
	unsigned int options
) sealed = IVsPersistSolutionOpts::LoadUserOptions

Parameters

pPersistance
Type: Microsoft.VisualStudio.Shell.Interop::IVsSolutionPersistence^

IVsSolutionPersistence object.

options
Type: System::UInt32

User options whose value is taken from the __VSLOADUSEROPTS

Return Value

Type: System::Int32

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

Called when a solution is opened, and allows the Visual Studio environment to inspect our options.

Return to top
Show: