WindowsUserPicker.SelectWindowsUsers (Método) (IIdentityManagementService, IntPtr, Boolean, Boolean, Boolean, List<String>%)

Espacio de nombres:  Microsoft.TeamFoundation.Client
Ensamblado:  Microsoft.TeamFoundation.Client (en Microsoft.TeamFoundation.Client.dll)

Sintaxis

'Declaración
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
)

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

WindowsUserPicker Clase

SelectWindowsUsers (Sobrecarga)

Microsoft.TeamFoundation.Client (Espacio de nombres)