SharedStatusBar.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
Public Function IsFrozen ( _
possibleOwner As SharedStatusBarOwner, _
<OutAttribute> ByRef pfFrozen As Integer _
) As Integer
public int IsFrozen(
SharedStatusBarOwner possibleOwner,
out int pfFrozen
)
public:
virtual int IsFrozen(
SharedStatusBarOwner^ possibleOwner,
[OutAttribute] int% pfFrozen
) sealed
abstract IsFrozen :
possibleOwner:SharedStatusBarOwner *
pfFrozen:int byref -> int
override IsFrozen :
possibleOwner:SharedStatusBarOwner *
pfFrozen:int byref -> int
public final function IsFrozen(
possibleOwner : SharedStatusBarOwner,
pfFrozen : 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.
- pfFrozen
Type: System.Int32%
Flag that indicates whether the status bar is frozen to new content.
Return Value
Type: System.Int32
Implements
ISharedStatusBar.IsFrozen(SharedStatusBarOwner, 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.