Compartir a través de


SharedStatusBar.GetText (Método)

Recupera el texto actual de la barra de estado.

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 GetText ( _
    possibleOwner As SharedStatusBarOwner, _
    <OutAttribute> ByRef pszText As String _
) As Integer
public int GetText(
    SharedStatusBarOwner possibleOwner,
    out string pszText
)
public:
virtual int GetText(
    SharedStatusBarOwner^ possibleOwner, 
    [OutAttribute] String^% pszText
) sealed
abstract GetText : 
        possibleOwner:SharedStatusBarOwner * 
        pszText:string byref -> int 
override GetText : 
        possibleOwner:SharedStatusBarOwner * 
        pszText:string byref -> int 
public final function GetText(
    possibleOwner : SharedStatusBarOwner, 
    pszText : String
) : int

Parámetros

  • pszText
    Tipo: System.String%
    Texto actual de la barra de estado.

Valor devuelto

Tipo: System.Int32

Implementaciones

ISharedStatusBar.GetText(SharedStatusBarOwner, String%)

Seguridad de .NET Framework

Vea también

Referencia

SharedStatusBar Clase

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