IdentityGridControl.AddIdentities, méthode (IEnumerable<TeamFoundationIdentity>, Boolean, Boolean)
Espace de noms : Microsoft.TeamFoundation.Controls.WinForms
Assembly : Microsoft.TeamFoundation.Controls (dans Microsoft.TeamFoundation.Controls.dll)
Syntaxe
'Déclaration
Public Sub AddIdentities ( _
identities As IEnumerable(Of TeamFoundationIdentity), _
selected As Boolean, _
global As Boolean _
)
public void AddIdentities(
IEnumerable<TeamFoundationIdentity> identities,
bool selected,
bool global
)
Paramètres
- identities
Type : System.Collections.Generic.IEnumerable<TeamFoundationIdentity>
- selected
Type : System.Boolean
- global
Type : System.Boolean
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.