IVsTaskItem.NavigateToHelp Method

Definition

If there is a help topic for this task item, this method should open it.

public:
 int NavigateToHelp();
public:
 int NavigateToHelp();
int NavigateToHelp();
public int NavigateToHelp ();
abstract member NavigateToHelp : unit -> int
Public Function NavigateToHelp () As Integer

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

This method will open the help topic only if HasHelp returns true.

Applies to