IVsLiteTree::CloneTreeAbsolute Method (UInt32, IVsLiteTree^)
Visual Studio 2015
Clones the tree structure starting a specific node.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- AbsIndex
-
Type:
System::UInt32
[in] Index of the node at which to begin cloning.
- retVal
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsLiteTree^
[out] Pointer to the cloned IVsLiteTree interface.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
[C++]
From vsshell.idl:
HRESULT IVsLiteTree::CloneTreeAbsolute( [in] ULONG AbsIndex, [out, retval] IVsLiteTree **retVal );
Show: