Share via


WindowsUserPicker.SelectWindowsUsers 方法 (IIdentityManagementService, IntPtr, Boolean, Boolean, Boolean, List<String>%)

命名空间:  Microsoft.TeamFoundation.Client
程序集:  Microsoft.TeamFoundation.Client(在 Microsoft.TeamFoundation.Client.dll 中)

语法

声明
Public Shared Function SelectWindowsUsers ( _
    identityService As IIdentityManagementService, _
    hWnd As IntPtr, _
    isMultiSelected As Boolean, _
    allowGroups As Boolean, _
    includeComputers As Boolean, _
    <OutAttribute> ByRef unresolvedIdentities As List(Of String) _
) As IEnumerable(Of TeamFoundationIdentity)
public static IEnumerable<TeamFoundationIdentity> SelectWindowsUsers(
    IIdentityManagementService identityService,
    IntPtr hWnd,
    bool isMultiSelected,
    bool allowGroups,
    bool includeComputers,
    out List<string> unresolvedIdentities
)

参数

返回值

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

.NET Framework 安全性

请参见

参考

WindowsUserPicker 类

SelectWindowsUsers 重载

Microsoft.TeamFoundation.Client 命名空间