Sdílet prostřednictvím


SharedStatusBar.GetFreezeCount – metoda

Vrátí počet zmrazení drží na stavovém řádku.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.UI
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
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

Parametry

  • plCount
    Typ: System.Int32%
    Počtu zmrazení uchovává aktuálně na stavovém řádku.

Vrácená hodnota

Typ: System.Int32

Implementuje

ISharedStatusBar.GetFreezeCount(SharedStatusBarOwner, Int32%)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SharedStatusBar Třída

Microsoft.VisualStudio.Data.Schema.Package.UI – obor názvů