IVsLiteTree::ReAlign Method (IVsLiteTreeList^)
Visual Studio 2015
Realign part of the list designated by an IVsLiteTreeList instance.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pNode
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsLiteTreeList^
[In] Pointer to an object of type IVsLiteTreeList.
Return Value
Type: System::Int32If 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 );
Show: