Share via


IVsShortcutManager.ReadUserOptions Method

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

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

See Also

Reference

IVsShortcutManager Interface

Microsoft.VisualStudio.TextManager.Interop Namespace