Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- possibleOwner
Type: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
The owner of the status bar. If not the owner, nothing will happen.
- frozen
Type: System.Int32%
Flag that indicates whether the status bar is frozen to new content.
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.