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.
Takes this node and its subtree out of its parent, but does not remove it from the hierarchy container.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub Detach
'Usage
Dim instance As BaseHierarchyNode
instance.Detach()
public void Detach()
public:
void Detach()
public function Detach()
Remarks
Useful to reparent a node somewhere else in the hierarchy.
.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.