Método IVsLiteTree.SetRedraw (Int32)
Publicado: abril de 2016
Definir ou redefinir o redesenho da lista de árvore.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int SetRedraw(
int fOn
)
int SetRedraw(
int fOn
)
abstract SetRedraw :
fOn:int -> int
Function SetRedraw (
fOn As Integer
) As Integer
Parâmetros
- fOn
[In] Booleano.Use true para ativar o redesenho; Use false para desativar o redesenho.
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
Redesenhar varia de acordo com a contagem de referência e é feito somente quando a referência é zero (0).
COM assinatura
[C++]
De vsshell.idl:
HRESULT IVsLiteTree::SetRedraw(
[in] BOOL fOn
);
Consulte também
Interface IVsLiteTree
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo