共用方式為


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 命名空間