Task.IVsTaskItem.HasHelp(Int32) 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.
Determines whether or not the task has associated help.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.HasHelp([Runtime::InteropServices::Out] int % fHelp) = Microsoft::VisualStudio::Shell::Interop::IVsTaskItem::HasHelp;
int IVsTaskItem.HasHelp (out int fHelp);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.HasHelp : int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsTaskItem.HasHelp : int -> int
Function HasHelp (ByRef fHelp As Integer) As Integer Implements IVsTaskItem.HasHelp
Parameters
- fHelp
- Int32
[out] Returns true
if there is help associated with the task, otherwise false
.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.