Metoda IVsTaskItem2.HasHelp — (Int32)
Przestarzałe. Zwróć E_NOTIMPL.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
int HasHelp(
out int pfHasHelp
)
int HasHelp(
[OutAttribute] int% pfHasHelp
)
abstract HasHelp :
pfHasHelp:int byref -> int
Function HasHelp (
<OutAttribute> ByRef pfHasHelp As Integer
) As Integer
Parametry
pfHasHelp
Type: System.Int32Zwraca true przypadku tematu Pomocy skojarzone z tym zadaniem; w przeciwnym razie false.
Wartość zwracana
Type: System.Int32
Implementuje
Zobacz też
Interfejs IVsTaskItem2
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku