Método IVsTaskItem3.GetTaskName (String)
Publicado: abril de 2016
Retorna uma seqüência de caracteres nomeando ou descrevendo a tarefa.Usado para acessibilidade.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int GetTaskName(
out string pbstrName
)
int GetTaskName(
[OutAttribute] String^% pbstrName
)
abstract GetTaskName :
pbstrName:string byref -> int
Function GetTaskName (
<OutAttribute> ByRef pbstrName As String
) As Integer
Parâmetros
- pbstrName
[Out] Um ponteiro para uma seqüência de caracteres nomeando ou descrevendo a tarefa.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell80.idl:
HRESULT IVsTaskItem3::GetTaskName(
[out] BSTR* pbstrName
);
Consulte também
Interface IVsTaskItem3
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo