CommonStructureService.GetNodes Yöntem (TeamFoundationRequestContext, String, CommonStructureNodeInfo%, Dictionary<String, List<CommonStructureNodeInfo>>%)
Ad alanı: Microsoft.TeamFoundation.Integration.Server
Derleme: Microsoft.TeamFoundation.Server.Core (Microsoft.TeamFoundation.Server.Core.dll içinde)
Sözdizimi
'Bildirim
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
)
Parametreler
- requestContext
Tür: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- nodeUri
Tür: System.String
- parents
Tür: System.Collections.Generic.Dictionary<String, List<CommonStructureNodeInfo>>%
Yüklenen
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen Güvenilen Koddan Kitaplıkları Kullanma.