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
- possibleOwner
Tipo: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
O proprietário da barra de status.Se não for o proprietário, nada acontecerá.
- theText
Tipo: System.String%
Texto da barra de status atual.
Valor de retorno
Tipo: System.Int32
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.