ISharedStatusBar.GetFreezeCount 方法

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

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

语法

声明
Function GetFreezeCount ( _
    possibleOwner As SharedStatusBarOwner, _
    <OutAttribute> ByRef count As Integer _
) As Integer
int GetFreezeCount(
    SharedStatusBarOwner possibleOwner,
    out int count
)
int GetFreezeCount(
    SharedStatusBarOwner^ possibleOwner, 
    [OutAttribute] int% count
)
abstract GetFreezeCount : 
        possibleOwner:SharedStatusBarOwner * 
        count:int byref -> int 
function GetFreezeCount(
    possibleOwner : SharedStatusBarOwner, 
    count : int
) : int

参数

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

返回值

类型:System.Int32

.NET Framework 安全性

请参见

参考

ISharedStatusBar 接口

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