IdentityManagementWebService.ReadIdentitiesById, méthode
Espace de noms : Microsoft.TeamFoundation.Framework.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Function ReadIdentitiesById ( _
teamFoundationIds As Guid(), _
queryMembership As Integer, _
features As Integer, _
options As Integer, _
propertyNameFilters As IEnumerable(Of String), _
propertyScope As Integer _
) As TeamFoundationIdentity()
public TeamFoundationIdentity[] ReadIdentitiesById(
Guid[] teamFoundationIds,
int queryMembership,
int features,
int options,
IEnumerable<string> propertyNameFilters,
int propertyScope
)
Paramètres
- teamFoundationIds
Type : array<System.Guid[]
- queryMembership
Type : System.Int32
- features
Type : System.Int32
- options
Type : System.Int32
- propertyNameFilters
Type : System.Collections.Generic.IEnumerable<String>
- propertyScope
Type : System.Int32
Valeur de retour
Type : array<Microsoft.TeamFoundation.Framework.Client.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.