WindowsUserPicker.SelectWindowsUsers 方法 (IIdentityManagementService, IntPtr, Boolean, Boolean, Boolean, List<String>%)
命名空間: Microsoft.TeamFoundation.Client
組件: Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)
語法
'宣告
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
)
參數
- identityService
型別:Microsoft.TeamFoundation.Framework.Client.IIdentityManagementService
- hWnd
型別:System.IntPtr
- isMultiSelected
型別:System.Boolean
- allowGroups
型別:System.Boolean
- includeComputers
型別:System.Boolean
- unresolvedIdentities
型別:System.Collections.Generic.List<String>%
傳回值
型別:System.Collections.Generic.IEnumerable<TeamFoundationIdentity>
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。