Dela via


ISharedStatusBar.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
Function GetFreezeCount ( _
    possibleOwner As SharedStatusBarOwner, _
    <OutAttribute> ByRef count As Integer _
) As Integer
int GetFreezeCount(
    SharedStatusBarOwner possibleOwner,
    out int count
)
int GetFreezeCount(
    SharedStatusBarOwner^ possibleOwner, 
    [OutAttribute] int% count
)
abstract GetFreezeCount : 
        possibleOwner:SharedStatusBarOwner * 
        count:int byref -> int 
function GetFreezeCount(
    possibleOwner : SharedStatusBarOwner, 
    count : int
) : int

Parameters

  • count
    Type: System.Int32%
    Count of the number of freeze holds currently on the status bar.

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ISharedStatusBar Interface

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