ICommonStructureService.ListStructures Method

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

Syntax

'宣言
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

Return Value

Type: array<Microsoft.TeamFoundation.Server.NodeInfo[]
Returns NodeInfo.

.NET Framework Security

See Also

Reference

ICommonStructureService Interface

Microsoft.TeamFoundation.Server Namespace