Package.IVsPersistSolutionOpts.ReadUserOptions Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Reads 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
声明
Private Function ReadUserOptions ( _
pStream As IStream, _
pszKey As String _
) As Integer Implements IVsPersistSolutionOpts.ReadUserOptions
用法
Dim instance As Package
Dim pStream As IStream
Dim pszKey As String
Dim returnValue As Integer
returnValue = CType(instance, IVsPersistSolutionOpts).ReadUserOptions(pStream, _
pszKey)
int IVsPersistSolutionOpts.ReadUserOptions(
IStream pStream,
string pszKey
)
private:
virtual int ReadUserOptions(
IStream^ pStream,
String^ pszKey
) sealed = IVsPersistSolutionOpts::ReadUserOptions
private abstract ReadUserOptions :
pStream:IStream *
pszKey:string -> int
private override ReadUserOptions :
pStream:IStream *
pszKey:string -> int
JScript does not support explicit interface implementations.
Parameters
- pStream
Type: Microsoft.VisualStudio.OLE.Interop.IStream
IStream object from which the VSPackage should read the user-specific options
- pszKey
Type: System.String
Name of the stream.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsPersistSolutionOpts.ReadUserOptions(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.