Share via


RootNode Class

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class RootNode _
    Inherits BaseHierarchyNode
'Usage
Dim instance As RootNode
[CLSCompliantAttribute(false)]
public abstract class RootNode : BaseHierarchyNode
[CLSCompliantAttribute(false)]
public ref class RootNode abstract : public BaseHierarchyNode
public abstract class RootNode extends BaseHierarchyNode

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Common.BaseHierarchyNode
    Microsoft.TeamFoundation.Common.RootNode

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RootNode Members

Microsoft.TeamFoundation.Common Namespace