Método SharedStatusBar.FreezeOutput
Impede que as atualizações para a área de texto de status.
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 FreezeOutput ( _
possibleOwner As SharedStatusBarOwner, _
fFreeze As Integer _
) As Integer
public int FreezeOutput(
SharedStatusBarOwner possibleOwner,
int fFreeze
)
public:
virtual int FreezeOutput(
SharedStatusBarOwner^ possibleOwner,
int fFreeze
) sealed
abstract FreezeOutput :
possibleOwner:SharedStatusBarOwner *
fFreeze:int -> int
override FreezeOutput :
possibleOwner:SharedStatusBarOwner *
fFreeze:int -> int
public final function FreezeOutput(
possibleOwner : SharedStatusBarOwner,
fFreeze : int
) : 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á.
- fFreeze
Tipo: System.Int32
Se true, que informa ao ambiente de colocar um congelamento sobre a barra de status.Não há atualizações adicionais podem ser feitas até que o congelamento seja liberado.Se false, libera o congelamento.
Valor de retorno
Tipo: System.Int32
Implementações
ISharedStatusBar.FreezeOutput(SharedStatusBarOwner, 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.