WindowsUserPicker.SelectAccounts, méthode
Espace de noms : Microsoft.TeamFoundation.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Shared Function SelectAccounts ( _
hWnd As IntPtr, _
isMultiSelected As Boolean, _
allowGroups As Boolean, _
includeComputers As Boolean _
) As List(Of SecurityIdentifier)
public static List<SecurityIdentifier> SelectAccounts(
IntPtr hWnd,
bool isMultiSelected,
bool allowGroups,
bool includeComputers
)
Paramètres
- hWnd
Type : System.IntPtr
- isMultiSelected
Type : System.Boolean
- allowGroups
Type : System.Boolean
- includeComputers
Type : System.Boolean
Valeur de retour
Type : System.Collections.Generic.List<SecurityIdentifier>
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.