Compartilhar via


Método IVsLiteTree.DelayRedraw (Int32)

 

Publicado: abril de 2016

Indica se deve ou não redesenhar a árvore.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

int DelayRedraw(
    int fOn
)
int DelayRedraw(
    int fOn
)
abstract DelayRedraw : 
        fOn:int -> int
Function DelayRedraw (
    fOn As Integer
) As Integer

Parâmetros

  • fOn
    [in] Booleano.Definido como true, impede que 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

[C++]

De vsshell.idl

HRESULT IVsLiteTree::DelayRedraw(
   [in] BOOL fOn
);

Consulte também

Interface IVsLiteTree
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo