Freigeben über


WindowsUserPicker.SelectWindowsUsers-Methode (IIdentityManagementService, IntPtr, Boolean, Boolean, Boolean)

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Shared Function SelectWindowsUsers ( _
    identityService As IIdentityManagementService, _
    hWnd As IntPtr, _
    isMultiSelected As Boolean, _
    allowGroups As Boolean, _
    includeComputers As Boolean _
) As IEnumerable(Of TeamFoundationIdentity)
public static IEnumerable<TeamFoundationIdentity> SelectWindowsUsers(
    IIdentityManagementService identityService,
    IntPtr hWnd,
    bool isMultiSelected,
    bool allowGroups,
    bool includeComputers
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

WindowsUserPicker Klasse

SelectWindowsUsers-Überladung

Microsoft.TeamFoundation.Client-Namespace