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 specified root node. Well-known root paths can be found in Microsoft.TeamFoundation.Framework.Common.Catalog.CatalogTree.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function QueryRootNode ( _
tree As CatalogTree _
) As CatalogNode
CatalogNode QueryRootNode(
CatalogTree tree
)
CatalogNode^ QueryRootNode(
CatalogTree tree
)
abstract QueryRootNode :
tree:CatalogTree -> CatalogNode
function QueryRootNode(
tree : CatalogTree
) : CatalogNode
Parameters
tree
Type: Microsoft.TeamFoundation.Framework.Common.CatalogTreeThe tree of the desired root.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.CatalogNode
The CatalogNode for the tree.
.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.