Compartilhar via


Método IVsLiteTree.ReAlign (IVsLiteTreeList)

 

Publicado: abril de 2016

Realinhar a parte da lista designada por um IVsLiteTreeList instância.

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

Sintaxe

int ReAlign(
    IVsLiteTreeList pNode
)
int ReAlign(
    IVsLiteTreeList^ pNode
)
abstract ReAlign : 
        pNode:IVsLiteTreeList -> int
Function ReAlign (
    pNode As IVsLiteTreeList
) As Integer

Parâmetros

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

Recolhe a lista se ele não oferece suporte a realocação.

COM assinatura

[C++]

De vsshell.idl:

HRESULT IVsLiteTree::ReAlign(
   [in] IVsLiteTreeList *pNode
);

Consulte também

Interface IVsLiteTree
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo