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 Overridable Function DoTreeMerge ( _
    hierarchy As BaseUIHierarchy, _
    newRoot As BaseHierarchyNode _
) As ArrayList()
protected virtual ArrayList[] DoTreeMerge(
    BaseUIHierarchy hierarchy,
    BaseHierarchyNode newRoot
)
protected:
virtual array<ArrayList^>^ DoTreeMerge(
    BaseUIHierarchy^ hierarchy, 
    BaseHierarchyNode^ newRoot
)
abstract DoTreeMerge : 
        hierarchy:BaseUIHierarchy * 
        newRoot:BaseHierarchyNode -> ArrayList[] 
override DoTreeMerge : 
        hierarchy:BaseUIHierarchy * 
        newRoot:BaseHierarchyNode -> ArrayList[] 
protected function DoTreeMerge(
    hierarchy : BaseUIHierarchy, 
    newRoot : BaseHierarchyNode
) : ArrayList[]
Parameters
- hierarchy
 Type: Microsoft.TeamFoundation.Common.BaseUIHierarchy
- newRoot
 Type: Microsoft.TeamFoundation.Common.BaseHierarchyNode
Return Value
Type: array<System.Collections.ArrayList[]
.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.