Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- possibleOwner
Type: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
The owner of the status bar. If not the owner, nothing will happen.
- count
Type: System.Int32%
Count of the number of freeze holds currently on the status bar.
Return Value
Type: System.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.