ICatalogService.RootNodes Property

Returns the root nodes in the tree.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
ReadOnly Property RootNodes As ReadOnlyCollection(Of CatalogNode)
ReadOnlyCollection<CatalogNode> RootNodes { get; }
property ReadOnlyCollection<CatalogNode^>^ RootNodes {
    ReadOnlyCollection<CatalogNode^>^ get ();
}
abstract RootNodes : ReadOnlyCollection<CatalogNode> with get
function get RootNodes () : ReadOnlyCollection<CatalogNode>

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<CatalogNode>

.NET Framework Security

See Also

Reference

ICatalogService Interface

Microsoft.TeamFoundation.Framework.Client Namespace