IVsPersistSolutionOpts.LoadUserOptions Method

Loads user options for a given solution.

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

Syntax

‘선언
Function LoadUserOptions ( _
    pPersistence As IVsSolutionPersistence, _
    grfLoadOpts As UInteger _
) As Integer
‘사용 방법
Dim instance As IVsPersistSolutionOpts
Dim pPersistence As IVsSolutionPersistence
Dim grfLoadOpts As UInteger
Dim returnValue As Integer

returnValue = instance.LoadUserOptions(pPersistence, _
    grfLoadOpts)
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
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsPersistSolutionOpts::LoadUserOptions(
   [in] IVsSolutionPersistence *pPersistence,
   [in] VSLOADUSEROPTS grfLoadOpts
);

This method is invoked by the environment each time a VSPackage invokes the LoadPackageUserOpts method.

.NET Framework Security

See Also

Reference

IVsPersistSolutionOpts Interface

IVsPersistSolutionOpts Members

Microsoft.VisualStudio.Shell.Interop Namespace