Dela via


ISharedStatusBar.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
Function FreezeOutput ( _
    possibleOwner As SharedStatusBarOwner, _
    freeze As Integer _
) As Integer
int FreezeOutput(
    SharedStatusBarOwner possibleOwner,
    int freeze
)
int FreezeOutput(
    SharedStatusBarOwner^ possibleOwner, 
    int freeze
)
abstract FreezeOutput : 
        possibleOwner:SharedStatusBarOwner * 
        freeze:int -> int 
function FreezeOutput(
    possibleOwner : SharedStatusBarOwner, 
    freeze : int
) : int

Parameters

  • freeze
    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. Specify false to release the freeze.

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ISharedStatusBar Interface

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