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