ISharedStatusBar.GetFreezeCount-Methode

Gibt die Anzahl von Fixierungssperren für die Statusleiste zurück.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

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

Parameter

  • count
    Typ: System.Int32%
    Anzahl der Fixierungssperren, die zurzeit für die Statusleisten gelten.

Rückgabewert

Typ: System.Int32

.NET Framework-Sicherheit

Siehe auch

Referenz

ISharedStatusBar Schnittstelle

Microsoft.VisualStudio.Data.Schema.Package.UI-Namespace