Método IVsTaskItem2.HasHelp (Int32)
Publicado: abril de 2016
Obsoleto.Return E_NOTIMPL.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
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
Parâmetros
- pfHasHelp
Retorna true se não houver um tópico da Ajuda associado a esta tarefa; Caso contrário, false.
Valor de retorno
Type: System.Int32
Implementações
Consulte também
Interface IVsTaskItem2
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo