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.
Reads user options stream.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Function ReadUserOptions ( _
pOptionsStream As IStream _
) As Integer
int ReadUserOptions(
IStream pOptionsStream
)
int ReadUserOptions(
[InAttribute] IStream^ pOptionsStream
)
abstract ReadUserOptions :
pOptionsStream:IStream -> int
function ReadUserOptions(
pOptionsStream : IStream
) : int
Parameters
- pOptionsStream
Type: Microsoft.VisualStudio.OLE.Interop.IStream
[in] The user options stream.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsShortcutManager::ReadUserOptions(
[in]IStream *pOptionsStream
);
.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.