Método IVsCommonMessagePump.SetStatusBarText (String)

 

Publicado: abril de 2016

Especifica o texto a ser usado na barra de status.

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

Sintaxe

int SetStatusBarText(
    string pszStatusBarText
)
int SetStatusBarText(
    String^ pszStatusBarText
)
abstract SetStatusBarText : 
        pszStatusBarText:string -> int
Function SetStatusBarText (
    pszStatusBarText As String
) As Integer

Parâmetros

  • pszStatusBarText
    O texto a ser usado na barra de status.Se null ou uma seqüência vazia, então nenhuma barra de status de atualização é feita.

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.

Consulte também

Interface IVsCommonMessagePump
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo