WindowsUserPicker.SelectWindowsUsers, méthode (IIdentityManagementService, IntPtr, Boolean, Boolean, Boolean, List<String>%)
Espace de noms : Microsoft.TeamFoundation.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- identityService
Type : Microsoft.TeamFoundation.Framework.Client.IIdentityManagementService
- hWnd
Type : System.IntPtr
- isMultiSelected
Type : System.Boolean
- allowGroups
Type : System.Boolean
- includeComputers
Type : System.Boolean
- unresolvedIdentities
Type : System.Collections.Generic.List<String>%
Valeur de retour
Type : System.Collections.Generic.IEnumerable<TeamFoundationIdentity>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.