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.
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
- 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.