Поделиться через


SharedStatusBar.FreezeOutput Method

Prevents updates to the status text area.

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

Syntax

'Declaration
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

Parameters

  • fFreeze
    Type: System.Int32
    If true, tells the environment to place a freeze on the status bar. No additional updates can be made until the freeze is released. If false, releases the freeze.

Return Value

Type: System.Int32

Implements

ISharedStatusBar.FreezeOutput(SharedStatusBarOwner, Int32)

.NET Framework Security

See Also

Reference

SharedStatusBar Class

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