Partilhar via


Método SharedStatusBar.GetFreezeCount

Retorna o número de congelamento mantém na barra de status.

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

Sintaxe

'Declaração
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

Parâmetros

  • plCount
    Tipo: System.Int32%
    Contagem do número de congelamento atualmente mantém na barra de status.

Valor de retorno

Tipo: System.Int32

Implementações

ISharedStatusBar.GetFreezeCount(SharedStatusBarOwner, Int32%)

Segurança do .NET Framework

Consulte também

Referência

SharedStatusBar Classe

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