Compartilhar via


Método ISharedStatusBar.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
Function SetText ( _
    possibleOwner As SharedStatusBarOwner, _
    text As String _
) As Boolean
bool SetText(
    SharedStatusBarOwner possibleOwner,
    string text
)
bool SetText(
    SharedStatusBarOwner^ possibleOwner, 
    String^ text
)
abstract SetText : 
        possibleOwner:SharedStatusBarOwner * 
        text:string -> bool 
function SetText(
    possibleOwner : SharedStatusBarOwner, 
    text : String
) : boolean

Parâmetros

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

Valor de retorno

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISharedStatusBar Interface

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