Task.IVsTaskItem.HasHelp(Int32) Method

Definition

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.

Implements

Applies to