IVsHelpSystem.Reserved(VHS_COMMAND, VsHelpErrors) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int Reserved(Microsoft::VisualStudio::Shell::Interop::VHS_COMMAND Command, Microsoft::VisualStudio::Shell::Interop::VsHelpErrors error);
public:
int Reserved(Microsoft::VisualStudio::Shell::Interop::VHS_COMMAND Command, Microsoft::VisualStudio::Shell::Interop::VsHelpErrors error);
int Reserved(Microsoft::VisualStudio::Shell::Interop::VHS_COMMAND Command, Microsoft::VisualStudio::Shell::Interop::VsHelpErrors error);
public int Reserved (Microsoft.VisualStudio.Shell.Interop.VHS_COMMAND Command, Microsoft.VisualStudio.Shell.Interop.VsHelpErrors error);
abstract member Reserved : Microsoft.VisualStudio.Shell.Interop.VHS_COMMAND * Microsoft.VisualStudio.Shell.Interop.VsHelpErrors -> int
Public Function Reserved (Command As VHS_COMMAND, error As VsHelpErrors) As Integer
Parameters
- Command
- VHS_COMMAND
[in]
- error
- VsHelpErrors
[in]
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.