Classification.ListStructures Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function ListStructures ( _
projectUri As String _
) As NodeInfo()
[WebMethodAttribute]
public NodeInfo[] ListStructures(
string projectUri
)
[WebMethodAttribute]
public:
array<NodeInfo^>^ ListStructures(
String^ projectUri
)
[<WebMethodAttribute>]
member ListStructures :
projectUri:string -> NodeInfo[]
public function ListStructures(
projectUri : String
) : NodeInfo[]
Parameters
- projectUri
Type: System.String
Return Value
Type: array<Microsoft.TeamFoundation.Server.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.