Returns the node information about the root nodes of the project.
Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function ListStructures ( _
    projectUri As String _
) As CommonStructureNodeInfo()
[WebMethodAttribute]
public CommonStructureNodeInfo[] ListStructures(
    string projectUri
)
[WebMethodAttribute]
public:
array<CommonStructureNodeInfo^>^ ListStructures(
    String^ projectUri
)
[<WebMethodAttribute>]
member ListStructures : 
        projectUri:string -> CommonStructureNodeInfo[] 
public function ListStructures(
    projectUri : String
) : CommonStructureNodeInfo[]
Parameters
- projectUri
 Type: System.String
Return Value
Type: array<Microsoft.TeamFoundation.Integration.Server.CommonStructureNodeInfo[]
The array of NodeInfo.
.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.