Método IVsLiteTreeEvents.OnSetRedraw (Int32)
Ativa a redesenhar ativado/desativado.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int OnSetRedraw(
int fOn
)
int OnSetRedraw(
int fOn
)
abstract OnSetRedraw :
fOn:int -> int
Function OnSetRedraw (
fOn As Integer
) As Integer
Parâmetros
- fOn
[In] Booleano entrada parâmetro definido como TRUE quando o redesenho de tela é definido como ON e definido como FALSE se o redesenho é definido para desativado.
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 IVsLiteTreeEvents::OnSetRedraw(
[in] BOOL fOn
);
Consulte também
Interface IVsLiteTreeEvents
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo