Package.IVsPersistSolutionOpts.WriteUserOptions Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Writes user options for a given solution.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Private Function WriteUserOptions ( _
pStream As IStream, _
pszKey As String _
) As Integer Implements IVsPersistSolutionOpts.WriteUserOptions
int IVsPersistSolutionOpts.WriteUserOptions(
IStream pStream,
string pszKey
)
private:
virtual int WriteUserOptions(
IStream^ pStream,
String^ pszKey
) sealed = IVsPersistSolutionOpts::WriteUserOptions
private abstract WriteUserOptions :
pStream:IStream *
pszKey:string -> int
private override WriteUserOptions :
pStream:IStream *
pszKey:string -> int
JScript does not support explicit interface implementations.
Parameters
pStream
Type: Microsoft.VisualStudio.OLE.Interop.IStreamIStream object to which the VSPackage writes the user-specific options.
pszKey
Type: StringName of the stream.
Return Value
Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsPersistSolutionOpts.WriteUserOptions(IStream, String)
.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.