IVsTaskItem.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

true if the task supports a help topic on itself; otherwise false.

Returns

Applies to