Compartir a través de


AccountService.QueryForAccountsByOwner (Método)

Espacio de nombres:  Microsoft.VisualStudio.Services.Account
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
Public MustOverride Function QueryForAccountsByOwner ( _
    requestContext As TeamFoundationRequestContext, _
    owner As Guid, _
    includeDisabledAccount As Boolean, _
    propertyNameFilters As IEnumerable(Of String) _
) As IEnumerable(Of Account)
public abstract IEnumerable<Account> QueryForAccountsByOwner(
    TeamFoundationRequestContext requestContext,
    Guid owner,
    bool includeDisabledAccount,
    IEnumerable<string> propertyNameFilters
)

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.IEnumerable<Account>

Seguridad de .NET Framework

Vea también

Referencia

AccountService Clase

Microsoft.VisualStudio.Services.Account (Espacio de nombres)