Partilhar via


Método ISharedStatusBar.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
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

Parâmetros

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

Valor de retorno

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

ISharedStatusBar Interface

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