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

Parameter

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

Rückgabewert

Typ: System.Int32

Implementiert

ISharedStatusBar.GetFreezeCount(SharedStatusBarOwner, Int32%)

.NET Framework-Sicherheit

Siehe auch

Referenz

SharedStatusBar Klasse

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