Método IVsStatusbar.GetFreezeCount (Int32)
Publicado: abril de 2016
Retorna o número de congelamento mantém na barra de status.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int GetFreezeCount(
out int plCount
)
int GetFreezeCount(
[OutAttribute] int% plCount
)
abstract GetFreezeCount :
plCount:int byref -> int
Function GetFreezeCount (
<OutAttribute> ByRef plCount As Integer
) As Integer
Parâmetros
- plCount
[out] Contagem do número de congelamento mantém atualmente em vigor na barra de status.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsStatusbar::GetFreezeCount(
[out] long *plCount
);
Consulte também
Interface IVsStatusbar
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo