CommonStructureService.GetRootNodes Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'宣告
Public Function GetRootNodes ( _
requestContext As TeamFoundationRequestContext, _
projectUri As String _
) As NodeInfo()
public NodeInfo[] GetRootNodes(
TeamFoundationRequestContext requestContext,
string projectUri
)
public:
array<NodeInfo^>^ GetRootNodes(
TeamFoundationRequestContext^ requestContext,
String^ projectUri
)
member GetRootNodes :
requestContext:TeamFoundationRequestContext *
projectUri:string -> NodeInfo[]
public function GetRootNodes(
requestContext : TeamFoundationRequestContext,
projectUri : String
) : NodeInfo[]
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- 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.