Share via


IVsPersistSolutionOpts2.LoadUserOptions Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Function LoadUserOptions ( _
    pPersistence As IVsSolutionPersistence, _
    grfLoadOpts As UInteger _
) As Integer
int LoadUserOptions(
    IVsSolutionPersistence pPersistence,
    uint grfLoadOpts
)
int LoadUserOptions(
    [InAttribute] IVsSolutionPersistence^ pPersistence, 
    [InAttribute] unsigned int grfLoadOpts
)
abstract LoadUserOptions : 
        pPersistence:IVsSolutionPersistence * 
        grfLoadOpts:uint32 -> int
function LoadUserOptions(
    pPersistence : IVsSolutionPersistence, 
    grfLoadOpts : uint
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsPersistSolutionOpts2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace