IVsPersistSolutionOpts2.SaveUserOptions Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Function SaveUserOptions ( _
pPersistence As IVsSolutionPersistence _
) As Integer
int SaveUserOptions(
IVsSolutionPersistence pPersistence
)
int SaveUserOptions(
[InAttribute] IVsSolutionPersistence^ pPersistence
)
abstract SaveUserOptions :
pPersistence:IVsSolutionPersistence -> int
function SaveUserOptions(
pPersistence : IVsSolutionPersistence
) : int
Parameters
- pPersistence
Type: Microsoft.VisualStudio.Shell.Interop.IVsSolutionPersistence
Return Value
Type: System.Int32
.NET Framework Security
- 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.