Lire en anglais

Partager via


IVsLiteTree.CloneTreeAbsolute Method

Clones the tree structure starting a specific node.

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

Syntax

int CloneTreeAbsolute(
    uint AbsIndex,
    out IVsLiteTree retVal
)

Parameters

  • AbsIndex
    Type: System.UInt32
    [in] Index of the node at which to begin cloning.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

[C++]

From vsshell.idl:

HRESULT IVsLiteTree::CloneTreeAbsolute(
   [in] ULONG AbsIndex, 
   [out, retval] IVsLiteTree **retVal
); 

.NET Framework Security

See Also

Reference

IVsLiteTree Interface

IVsLiteTree Members

Microsoft.VisualStudio.Shell.Interop Namespace