Package.IVsPersistSolutionOpts.WriteUserOptions Method (IStream, String)
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Writes user options for a given solution.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private abstract WriteUserOptions : pStream:IStream * pszKey:string -> int private override WriteUserOptions : pStream:IStream * pszKey:string -> int
Parameters
- pStream
-
Type:
Microsoft.VisualStudio.OLE.Interop.IStream
IStream object to which the VSPackage writes the user-specific options.
- pszKey
-
Type:
System.String
Name of the stream.
Return Value
Type: System.Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: