IVsHelpSystem.Reserved Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Function Reserved ( _
    Command As VHS_COMMAND, _
    error As VsHelpErrors _
) As Integer
int Reserved(
    VHS_COMMAND Command,
    VsHelpErrors error
)
int Reserved(
    [InAttribute] VHS_COMMAND Command, 
    [InAttribute] VsHelpErrors error
)
abstract Reserved : 
        Command:VHS_COMMAND * 
        error:VsHelpErrors -> int 
function Reserved(
    Command : VHS_COMMAND, 
    error : VsHelpErrors
) : int

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

.NET Framework Security

See Also

Reference

IVsHelpSystem Interface

Microsoft.VisualStudio.Shell.Interop Namespace