共用方式為


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.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'宣告
Private Function WriteUserOptions ( _
    pStream As IStream, _
    pszKey As String _
) As Integer Implements IVsPersistSolutionOpts.WriteUserOptions
int IVsPersistSolutionOpts.WriteUserOptions(
    IStream pStream,
    string pszKey
)

Parameters

Return Value

Type: System.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

See Also

Reference

Package Class

Microsoft.VisualStudio.Shell Namespace