IVsTaskItem2.NavigateToHelp 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.
Opens the associated help topic.
public:
int NavigateToHelp();
public:
int NavigateToHelp();
int NavigateToHelp();
public int NavigateToHelp ();
abstract member NavigateToHelp : unit -> int
Public Function NavigateToHelp () As Integer
Returns
Implements
Remarks
This method should open the help topic only if HasHelp returns true.