Compartilhar via


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

  • 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

Consulte também

Referência

SharedStatusBar Classe

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