Método IVsStatusbar.GetText (String)
Publicado: abril de 2016
Recupera o texto da barra de status atual.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int GetText(
out string pszText
)
int GetText(
[OutAttribute] String^% pszText
)
abstract GetText :
pszText:string byref -> int
Function GetText (
<OutAttribute> ByRef pszText As String
) As Integer
Parâmetros
- pszText
[out] Texto da barra de status atual.
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 vsshell.idl:
HRESULT IVsStatusbar::GetText(
[out]BSTR *pszText
);
Consulte também
Interface IVsStatusbar
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo