IVsTaskItem2::HasHelp Method (Int32)

 

Obsolete. Return E_NOTIMPL.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int HasHelp(
	[OutAttribute] int% pfHasHelp
)

Parameters

pfHasHelp
Type: System::Int32

Returns true if there is a help topic associated with this task; otherwise false.

Return Value

Type: System::Int32
Return to top
Show: