Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function ListStructures ( _
    projectUri As String _
) As NodeInfo()
NodeInfo[] ListStructures(
    string projectUri
)
array<NodeInfo^>^ ListStructures(
    String^ projectUri
)
abstract ListStructures : 
        projectUri:string -> NodeInfo[] 
function ListStructures(
    projectUri : String
) : NodeInfo[]
Parameters
- projectUri
 Type: System.String
Return Value
Type: array<Microsoft.TeamFoundation.Server.NodeInfo[]
Returns 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.