Compartilhar via


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

Valor de retorno

Tipo: System.Collections.Generic.IEnumerable<HostProperties>
Retorna IEnumerable<T>.

Implementações

ITeamFoundationHostManagementService.QueryChildrenServiceHostPropertiesCached(TeamFoundationRequestContext, Guid)

Segurança do .NET Framework

Consulte também

Referência

TeamFoundationHostManagementService Classe

Namespace Microsoft.TeamFoundation.Framework.Server