AccountService.QueryForAccountsByMember 方法

查询帐户与用户 ID。

命名空间:  Microsoft.VisualStudio.Services.Account
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
Public MustOverride Function QueryForAccountsByMember ( _
    requestContext As TeamFoundationRequestContext, _
    userId As Guid, _
    includeOwner As Boolean, _
    includeDisabledAccount As Boolean, _
    propertyNameFilters As IEnumerable(Of String) _
) As IEnumerable(Of Account)
public abstract IEnumerable<Account> QueryForAccountsByMember(
    TeamFoundationRequestContext requestContext,
    Guid userId,
    bool includeOwner,
    bool includeDisabledAccount,
    IEnumerable<string> propertyNameFilters
)

参数

返回值

类型:System.Collections.Generic.IEnumerable<Account>

.NET Framework 安全性

请参阅

参考

AccountService 类

Microsoft.VisualStudio.Services.Account 命名空间