IVsStatusbar.GetFreezeCount(Int32) Method

Definition

Returns the number of freeze holds on the status bar.

public:
 int GetFreezeCount([Runtime::InteropServices::Out] int % plCount);
int GetFreezeCount([Runtime::InteropServices::Out] int & plCount);
public int GetFreezeCount (out int plCount);
abstract member GetFreezeCount : int -> int
Public Function GetFreezeCount (ByRef plCount As Integer) As Integer

Parameters

plCount
Int32

[out] Count of the number of freeze holds currently in place on the status bar.

Returns

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  
);  

Applies to