Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Saves user options for a given solution.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Private Function SaveUserOptions ( _
pPersistance As IVsSolutionPersistence _
) As Integer Implements IVsPersistSolutionOpts.SaveUserOptions
'Usage
Dim instance As Package
Dim pPersistance As IVsSolutionPersistence
Dim returnValue As Integer
returnValue = CType(instance, IVsPersistSolutionOpts).SaveUserOptions(pPersistance)
int IVsPersistSolutionOpts.SaveUserOptions(
IVsSolutionPersistence pPersistance
)
private:
virtual int SaveUserOptions(
IVsSolutionPersistence^ pPersistance
) sealed = IVsPersistSolutionOpts::SaveUserOptions
private abstract SaveUserOptions :
pPersistance:IVsSolutionPersistence -> int
private override SaveUserOptions :
pPersistance:IVsSolutionPersistence -> int
JScript does not support explicit interface implementations.
Parameters
- pPersistance
Type: Microsoft.VisualStudio.Shell.Interop.IVsSolutionPersistence
IVsSolutionPersistence object.
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
Called by the shell when persisting service options.
.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.