Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Protected Sub MergeNewTree ( _
    hierarchy As BaseUIHierarchy, _
    newRoot As BaseHierarchyNode _
)
protected void MergeNewTree(
    BaseUIHierarchy hierarchy,
    BaseHierarchyNode newRoot
)
protected:
void MergeNewTree(
    BaseUIHierarchy^ hierarchy, 
    BaseHierarchyNode^ newRoot
)
member MergeNewTree : 
        hierarchy:BaseUIHierarchy * 
        newRoot:BaseHierarchyNode -> unit 
protected function MergeNewTree(
    hierarchy : BaseUIHierarchy, 
    newRoot : BaseHierarchyNode
)
Parameters
- hierarchy
 Type: Microsoft.TeamFoundation.Common.BaseUIHierarchy
- newRoot
 Type: Microsoft.TeamFoundation.Common.BaseHierarchyNode
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.