Compartir a través de


ISharedStatusBar.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
Function GetText ( _
    possibleOwner As SharedStatusBarOwner, _
    <OutAttribute> ByRef theText As String _
) As Integer
int GetText(
    SharedStatusBarOwner possibleOwner,
    out string theText
)
int GetText(
    SharedStatusBarOwner^ possibleOwner, 
    [OutAttribute] String^% theText
)
abstract GetText : 
        possibleOwner:SharedStatusBarOwner * 
        theText:string byref -> int 
function GetText(
    possibleOwner : SharedStatusBarOwner, 
    theText : String
) : int

Parámetros

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

Valor devuelto

Tipo: System.Int32

Seguridad de .NET Framework

Vea también

Referencia

ISharedStatusBar Interfaz

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