ICommonStructureService.ListStructures Method

Lists the structures in a project

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Function ListStructures ( _
    projectUri As String _
) As NodeInfo()
'Usage
Dim instance As ICommonStructureService 
Dim projectUri As String 
Dim returnValue As NodeInfo()

returnValue = instance.ListStructures(projectUri)
NodeInfo[] ListStructures(
    string projectUri
)
array<NodeInfo^>^ ListStructures(
    String^ projectUri
)
function ListStructures(
    projectUri : String
) : NodeInfo[]

Parameters

  • projectUri
    Type: System.String

    URI of the project from which the structure is to be obtained

Return Value

Type: array<Microsoft.TeamFoundation.Server.NodeInfo[]
An array of NodeInfo objects containing the URI of the root node of the structure.

.NET Framework Security

See Also

Reference

ICommonStructureService Interface

ICommonStructureService Members

Microsoft.TeamFoundation.Server Namespace