ISharedStatusBar.IsFrozen Method

Returns the freeze state of the status bar.

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

Syntax

'Declaration
Function IsFrozen ( _
    possibleOwner As SharedStatusBarOwner, _
    <OutAttribute> ByRef frozen As Integer _
) As Integer
int IsFrozen(
    SharedStatusBarOwner possibleOwner,
    out int frozen
)
int IsFrozen(
    SharedStatusBarOwner^ possibleOwner, 
    [OutAttribute] int% frozen
)
abstract IsFrozen : 
        possibleOwner:SharedStatusBarOwner * 
        frozen:int byref -> int 
function IsFrozen(
    possibleOwner : SharedStatusBarOwner, 
    frozen : int
) : int

Parameters

  • frozen
    Type: System.Int32%
    Flag that indicates whether the status bar is frozen to new content.

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ISharedStatusBar Interface

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