IVsStatusbar::GetFreezeCount Method (Int32)

 

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)

int GetFreezeCount(
	[OutAttribute] int% plCount
)

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.

From vsshell.idl:

HRESULT IVsStatusbar::GetFreezeCount(
   [out] long *plCount
);
Return to top
Show: