IVsLiteTree.SetRoot Method

Sets the root object of the tree.

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

Syntax

'宣言
Function SetRoot ( _
    pList As IVsLiteTreeList, _
    <OutAttribute> ByRef ppClone As IVsLiteTree _
) As Integer
'使用
Dim instance As IVsLiteTree
Dim pList As IVsLiteTreeList
Dim ppClone As IVsLiteTree
Dim returnValue As Integer

returnValue = instance.SetRoot(pList, _
    ppClone)
int SetRoot(
    IVsLiteTreeList pList,
    out IVsLiteTree ppClone
)
int SetRoot(
    [InAttribute] IVsLiteTreeList^ pList, 
    [OutAttribute] IVsLiteTree^% ppClone
)
function SetRoot(
    pList : IVsLiteTreeList, 
    ppClone : IVsLiteTree
) : int

Parameters

Return Value

Type: System.Int32

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

Remarks

COM Signature

[C++]

From vsshell.idl:

HRESULT IVsLiteTree::SetRoot(
   [in] IVsLiteTreeList *pList,
   [out] IVsLiteTree **ppClone
);

Permissions

See Also

Reference

IVsLiteTree Interface

IVsLiteTree Members

Microsoft.VisualStudio.Shell.Interop Namespace