Compartir a través de


ISharedStatusBar.SetText (Método)

Establece el texto de la barra de estado en el área de texto.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.UI
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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
    Texto que se va a mostrar en el área de texto del estado.

Valor devuelto

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISharedStatusBar Interfaz

Microsoft.VisualStudio.Data.Schema.Package.UI (Espacio de nombres)