SharedStatusBar.GetFreezeCount 方法

返回状态栏上保持的冻结数。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.UI
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
Public Function GetFreezeCount ( _
    possibleOwner As SharedStatusBarOwner, _
    <OutAttribute> ByRef plCount As Integer _
) As Integer
public int GetFreezeCount(
    SharedStatusBarOwner possibleOwner,
    out int plCount
)
public:
virtual int GetFreezeCount(
    SharedStatusBarOwner^ possibleOwner, 
    [OutAttribute] int% plCount
) sealed
abstract GetFreezeCount : 
        possibleOwner:SharedStatusBarOwner * 
        plCount:int byref -> int 
override GetFreezeCount : 
        possibleOwner:SharedStatusBarOwner * 
        plCount:int byref -> int 
public final function GetFreezeCount(
    possibleOwner : SharedStatusBarOwner, 
    plCount : int
) : int

参数

  • plCount
    类型:System.Int32%
    状态栏上当前保持的冻结数的计数。

返回值

类型:System.Int32

实现

ISharedStatusBar.GetFreezeCount(SharedStatusBarOwner, Int32%)

.NET Framework 安全性

请参见

参考

SharedStatusBar 类

Microsoft.VisualStudio.Data.Schema.Package.UI 命名空间