LabelCollection - Classe

Représente une collection d'objets Label .

Hiérarchie d’héritage

System.Object
  Microsoft.SharePoint.Taxonomy.Generic.GenericCollection<Label>
    Microsoft.SharePoint.Taxonomy.Generic.PropertyCollection<Label>
      Microsoft.SharePoint.Taxonomy.LabelCollection

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 LabelCollection _
    Inherits PropertyCollection(Of Label)
'Utilisation
Dim instance As LabelCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class LabelCollection : PropertyCollection<Label>

Remarques

Cette classe fournit la prise en charge standard pour l'objet IEnumerator et objet ICollection et un indexeur d'entier par le biais de la classe de base GenericCollection. En outre, il fournit un indexeur de chaîne basé sur la propriété Value .

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

LabelCollection - Membres

Microsoft.SharePoint.Taxonomy - Espace de noms

GenericCollection<T>

PropertyCollection<T>