Sdílet prostřednictvím


ISharedStatusBar.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
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

Parametry

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

Vrácená hodnota

Typ: System.Int32

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISharedStatusBar Rozhraní

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