IVsShortcutManager::ReadUserOptions Method (IStream^)
Visual Studio 2015
Reads user options stream.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pOptionsStream
-
Type:
Microsoft.VisualStudio.OLE.Interop::IStream^
[in] The user options stream.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsShortcutManager::ReadUserOptions(
[in]IStream *pOptionsStream
);
Show: