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