GroupCollection - Classe

Collection d'objets Group .

Hiérarchie d’héritage

System.Object
  Microsoft.SharePoint.Taxonomy.Generic.GenericCollection<Group>
    Microsoft.SharePoint.Taxonomy.Generic.IndexedCollection<Group>
      Microsoft.SharePoint.Taxonomy.Generic.TaxonomyItemCollection<Group>
        Microsoft.SharePoint.Taxonomy.GroupCollection

Espace de noms :  Microsoft.SharePoint.Taxonomy
Assembly :  Microsoft.SharePoint.Taxonomy (dans Microsoft.SharePoint.Taxonomy.dll)

Syntaxe

'Déclaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class GroupCollection _
    Inherits TaxonomyItemCollection(Of Group)
'Utilisation
Dim instance As GroupCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class GroupCollection : TaxonomyItemCollection<Group>

Remarques

Cette classe fournit la prise en charge standard pour la classe IEnumerator et prise en charge des classes Icollection et un indexeur d'entier par le biais de la classe de base GenericCollection<T> . En outre, il fournit un indexeur de chaîne qui est basé sur la propriété Group.Name et un indexeur GUID en fonction de la propriété Group.Id.

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

GroupCollection - Membres

Microsoft.SharePoint.Taxonomy - Espace de noms

GenericCollection<T>

TaxonomyItemCollection<T>