Método IVsTaskItem3.GetNavigationStatusText (String)

 

Publicado: abril de 2016

Esse método retorna o texto que será colocado na barra de status quando a tarefa é navegada com êxito.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Sintaxe

int GetNavigationStatusText(
    out string pbstrText
)
int GetNavigationStatusText(
    [OutAttribute] String^% pbstrText
)
abstract GetNavigationStatusText : 
        pbstrText:string byref -> int
Function GetNavigationStatusText (
    <OutAttribute> ByRef pbstrText As String
) As Integer

Parâmetros

  • pbstrText
    [Out] Um ponteiro para a seqüência de caracteres que contém o texto.

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::GetNavigationStatusText(
   [out] BSTR* pbstrText
);

Consulte também

Interface IVsTaskItem3
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo