Share via


IVsTaskItem2.HasHelp(Int32) Method

Definition

Obsolete. Return E_NOTIMPL.

public:
 int HasHelp([Runtime::InteropServices::Out] int % pfHasHelp);
int HasHelp([Runtime::InteropServices::Out] int & pfHasHelp);
public int HasHelp (out int pfHasHelp);
abstract member HasHelp : int -> int
Public Function HasHelp (ByRef pfHasHelp As Integer) As Integer

Parameters

pfHasHelp
Int32

Returns true if there is a help topic associated with this task; otherwise false.

Returns

Implements

Applies to