Compartilhar via


Método SharedStatusBar.SetText

Define o texto da barra de status na área de texto.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Public Function SetText ( _
    possibleOwner As SharedStatusBarOwner, _
    pszText As String _
) As Boolean
public bool SetText(
    SharedStatusBarOwner possibleOwner,
    string pszText
)
public:
virtual bool SetText(
    SharedStatusBarOwner^ possibleOwner, 
    String^ pszText
) sealed
abstract SetText : 
        possibleOwner:SharedStatusBarOwner * 
        pszText:string -> bool 
override SetText : 
        possibleOwner:SharedStatusBarOwner * 
        pszText:string -> bool 
public final function SetText(
    possibleOwner : SharedStatusBarOwner, 
    pszText : String
) : boolean

Parâmetros

  • pszText
    Tipo: System.String
    O texto será exibido na área de texto de status.

Valor de retorno

Tipo: System.Boolean

Implementações

ISharedStatusBar.SetText(SharedStatusBarOwner, String)

Segurança do .NET Framework

Consulte também

Referência

SharedStatusBar Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.UI