Package::IVsPersistSolutionOpts::LoadUserOptions Method (IVsSolutionPersistence^, UInt32)
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Loads user options for a given solution.
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::Int32If 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.
Show: