Compartir a través de


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

Valor devuelto

Tipo: System.Boolean

Implementaciones

ISharedStatusBar.SetText(SharedStatusBarOwner, String)

Seguridad de .NET Framework

Vea también

Referencia

SharedStatusBar Clase

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