Método TeamFoundationHostManagementService.QueryChildrenServiceHostPropertiesCached
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)
Sintaxe
'Declaração
Public Function QueryChildrenServiceHostPropertiesCached ( _
requestContext As TeamFoundationRequestContext, _
parentHostId As Guid _
) As IEnumerable(Of HostProperties)
public IEnumerable<HostProperties> QueryChildrenServiceHostPropertiesCached(
TeamFoundationRequestContext requestContext,
Guid parentHostId
)
Parâmetros
- requestContext
Tipo: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- parentHostId
Tipo: System.Guid
Valor de retorno
Tipo: System.Collections.Generic.IEnumerable<HostProperties>
Retorna IEnumerable<T>.
Implementações
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.