IVsLiteTree::ReAlign Method (IVsLiteTreeList^)

 

Realign part of the list designated by an IVsLiteTreeList instance.

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

int ReAlign(
	IVsLiteTreeList^ pNode
)

Parameters

pNode
Type: Microsoft.VisualStudio.Shell.Interop::IVsLiteTreeList^

[In] Pointer to an object of type IVsLiteTreeList.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Collapses the list if it doesn't support relocation.

[C++]

From vsshell.idl:

HRESULT IVsLiteTree::ReAlign(
   [in] IVsLiteTreeList *pNode
);
Return to top
Show: