Método SharedStatusBar.SetText
Define o texto da barra de status na área de texto.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
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
- 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á.
- pszText
Tipo: System.String
O texto será exibido na área de texto de status.
Valor de retorno
Tipo: System.Boolean
Implementações
ISharedStatusBar.SetText(SharedStatusBarOwner, String)
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.