IVsStatusbar.GetFreezeCount Method
Returns the number of freeze holds on the status bar.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function GetFreezeCount ( _
<OutAttribute> ByRef plCount As Integer _
) As Integer
int GetFreezeCount(
out int plCount
)
int GetFreezeCount(
[OutAttribute] int% plCount
)
abstract GetFreezeCount :
plCount:int byref -> int
function GetFreezeCount(
plCount : int
) : int
Parameters
- plCount
Type: System.Int32%
[out] Count of the number of freeze holds currently in place on the status bar.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsStatusbar::GetFreezeCount(
[out] long *plCount
);
.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.