Package.IVsPersistSolutionOpts.LoadUserOptions Method
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Loads user options for a given solution.
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
int IVsPersistSolutionOpts.LoadUserOptions( IVsSolutionPersistence pPersistance, uint options )
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.
Implements
IVsPersistSolutionOpts.LoadUserOptions(IVsSolutionPersistence, UInt32)- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.