IVsLiteTree.ReAlign(IVsLiteTreeList) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Realign part of the list designated by an IVsLiteTreeList instance.
public:
int ReAlign(Microsoft::VisualStudio::Shell::Interop::IVsLiteTreeList ^ pNode);
public:
int ReAlign(Microsoft::VisualStudio::Shell::Interop::IVsLiteTreeList ^ pNode);
int ReAlign(Microsoft::VisualStudio::Shell::Interop::IVsLiteTreeList const & pNode);
public int ReAlign (Microsoft.VisualStudio.Shell.Interop.IVsLiteTreeList pNode);
abstract member ReAlign : Microsoft.VisualStudio.Shell.Interop.IVsLiteTreeList -> int
Public Function ReAlign (pNode As IVsLiteTreeList) As Integer
Parameters
- pNode
- IVsLiteTreeList
[In] Pointer to an object of type IVsLiteTreeList.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
Collapses the list if it doesn't support relocation.
COM Signature
[C++]
From vsshell.idl:
HRESULT IVsLiteTree::ReAlign(
[in] IVsLiteTreeList *pNode
);