IdentityManagementWebService.ListApplicationGroups, méthode
Répertorie tous les groupes d'applications de TFS dans la portée spécifiée
Espace de noms : Microsoft.TeamFoundation.Server.Core.WebServices
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
<WebMethodAttribute> _
Public Function ListApplicationGroups ( _
projectUri As String, _
options As Integer, _
features As Integer, _
propertyNameFilters As String(), _
propertyScope As Integer _
) As TeamFoundationIdentity()
[WebMethodAttribute]
public TeamFoundationIdentity[] ListApplicationGroups(
string projectUri,
int options,
int features,
string[] propertyNameFilters,
int propertyScope
)
Paramètres
- projectUri
Type : System.String
Si null ou vide, groupes d'applications au serveur que la portée figurera ; ou des groupes d'applications à la portée du projet, par ce paramètre, sont indiqués
- options
Type : System.Int32
- features
Type : System.Int32
- propertyNameFilters
Type : array<System.String[]
- propertyScope
Type : System.Int32
Valeur de retour
Type : array<Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity[]
Groupes d'applications comme un tableau d'identités
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.
Voir aussi
Référence
IdentityManagementWebService Classe
Microsoft.TeamFoundation.Server.Core.WebServices, espace de noms