Compartir a través de


IVsPersistSolutionProps.SaveUserOptions Method (IVsSolutionPersistence)

Saves user options for a given solution.

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

Syntax

'Declaración
Function SaveUserOptions ( _
    pPersistence As IVsSolutionPersistence _
) As Integer
'Uso
Dim instance As IVsPersistSolutionProps
Dim pPersistence As IVsSolutionPersistence
Dim returnValue As Integer

returnValue = instance.SaveUserOptions(pPersistence)
int SaveUserOptions(
    IVsSolutionPersistence pPersistence
)
int SaveUserOptions(
    [InAttribute] IVsSolutionPersistence^ pPersistence
)
abstract SaveUserOptions : 
        pPersistence:IVsSolutionPersistence -> int 
function SaveUserOptions(
    pPersistence : IVsSolutionPersistence
) : int

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

IVsPersistSolutionOpts.SaveUserOptions(IVsSolutionPersistence)

Remarks

COM Signature

From vsshell.idl:

HRESULT IVsPersistSolutionProps::SaveUserOptions(
   [in] IVsSolutionPersistence *pPersistence
);

This method calls the SavePackageUserOpts method for each separate stream to be written to the user options file.

.NET Framework Security

See Also

Reference

IVsPersistSolutionProps Interface

IVsPersistSolutionProps Members

SaveUserOptions Overload

Microsoft.VisualStudio.Shell.Interop Namespace