IVsStatusbar::GetFreezeCount Method (Int32)
Visual Studio 2015
Returns the number of freeze holds on the status bar.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- plCount
-
Type:
System::Int32
[out] Count of the number of freeze holds currently in place on the status bar.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsStatusbar::GetFreezeCount(
[out] long *plCount
);
Show: