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