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
- possibleOwner
Tipo: Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
O proprietário da barra de status.Se não for o proprietário, nada acontecerá.
- 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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.