Compartilhar via


Método ISharedStatusBar.GetText

Recupera o texto da barra de status atual.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
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

Valor de retorno

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

ISharedStatusBar Interface

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