SharedStatusBar.GetFreezeCount Method
Returns the number of freeze holds on 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 GetFreezeCount ( _
possibleOwner As SharedStatusBarOwner, _
<OutAttribute> ByRef plCount As Integer _
) As Integer
public int GetFreezeCount(
SharedStatusBarOwner possibleOwner,
out int plCount
)
public:
virtual int GetFreezeCount(
SharedStatusBarOwner^ possibleOwner,
[OutAttribute] int% plCount
) sealed
abstract GetFreezeCount :
possibleOwner:SharedStatusBarOwner *
plCount:int byref -> int
override GetFreezeCount :
possibleOwner:SharedStatusBarOwner *
plCount:int byref -> int
public final function GetFreezeCount(
possibleOwner : SharedStatusBarOwner,
plCount : 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.
- plCount
Type: System.Int32%
Count of the number of freeze holds currently on the status bar.
Return Value
Type: System.Int32
Implements
ISharedStatusBar.GetFreezeCount(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.