CommonStructureService.GetNodes-Methode (TeamFoundationRequestContext, String, CommonStructureNodeInfo%, Dictionary<String, List<CommonStructureNodeInfo>>%)
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Sub GetNodes ( _
requestContext As TeamFoundationRequestContext, _
nodeUri As String, _
<OutAttribute> ByRef nodeInfo As CommonStructureNodeInfo, _
<OutAttribute> ByRef parents As Dictionary(Of String, List(Of CommonStructureNodeInfo)) _
)
public void GetNodes(
TeamFoundationRequestContext requestContext,
string nodeUri,
out CommonStructureNodeInfo nodeInfo,
out Dictionary<string, List<CommonStructureNodeInfo>> parents
)
Parameter
- requestContext
Typ: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- nodeUri
Typ: System.String
- parents
Typ: System.Collections.Generic.Dictionary<String, List<CommonStructureNodeInfo>>%
Implementiert
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.