Share via


DBStatusBar.GetFreezeCount Method

Returns the number of freeze holds on the status bar.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Function GetFreezeCount ( _
    possibleOwner As DBStatusBarOwner, _
    <OutAttribute> ByRef plCount As Integer _
) As Integer
'Usage
Dim instance As DBStatusBar
Dim possibleOwner As DBStatusBarOwner
Dim plCount As Integer
Dim returnValue As Integer

returnValue = instance.GetFreezeCount(possibleOwner, _
    plCount)
public int GetFreezeCount(
    DBStatusBarOwner possibleOwner,
    out int plCount
)
public:
virtual int GetFreezeCount(
    DBStatusBarOwner^ possibleOwner, 
    [OutAttribute] int% plCount
) sealed
public final function GetFreezeCount(
    possibleOwner : DBStatusBarOwner, 
    plCount : int
) : int
abstract GetFreezeCount : 
        possibleOwner:DBStatusBarOwner * 
        plCount:int -> int 
override GetFreezeCount : 
        possibleOwner:DBStatusBarOwner * 
        plCount:int -> int 

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

DBStatusBar Class

DBStatusBar Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace