IVsPersistSolutionProps::LoadUserOptions Method (IVsSolutionPersistence^, UInt32)
Visual Studio 2015
Loads user options for a given solution.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pPersistence
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsSolutionPersistence^
[in] the IVsSolutionPersistence interface on which the VSPackage should call its LoadPackageUserOpts method for each stream name it wants to read from the user options (.opt) file.
- grfLoadOpts
-
Type:
System::UInt32
[in] User options whose value is taken from the __VSLOADUSEROPTS DWORD.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsPersistSolutionProps::LoadUserOptions( [in] IVsSolutionPersistence *pPersistence, [in] VSLOADUSEROPTS grfLoadOpts );
This method is invoked by the environment each time a VSPackage invokes the LoadPackageUserOpts method.
Show: