Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.