Delen via


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

  • 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

See Also

Reference

SharedStatusBar Class

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