IVsStatusbar.GetFreezeCount(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
);