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
Command
Type: Microsoft.VisualStudio.Shell.Interop.VHS_COMMAND[in]
error
Type: Microsoft.VisualStudio.Shell.Interop.VsHelpErrors[in]
Return Value
Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
.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.