Freigeben über


WindowsUserPicker.SelectAccounts-Methode

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

Syntax

'Declaration
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
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<SecurityIdentifier>

.NET Framework-Sicherheit

Siehe auch

Referenz

WindowsUserPicker Klasse

Microsoft.TeamFoundation.Client-Namespace