Partager via


Term.GetAllLabels - Méthode

Obtient tous les objets Label pour le paramètre fournies lcid .

Espace de noms :  Microsoft.SharePoint.Client.Taxonomy
Assemblys :   Microsoft.SharePoint.Client.Taxonomy.Silverlight (dans Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll);  Microsoft.SharePoint.Client.Taxonomy.Phone (dans Microsoft.SharePoint.Client.Taxonomy.Phone.dll)  Microsoft.SharePoint.Client.Taxonomy (dans Microsoft.SharePoint.Client.Taxonomy.dll)

Syntaxe

'Déclaration
Public Function GetAllLabels ( _
    lcid As Integer _
) As LabelCollection
'Utilisation
Dim instance As Term
Dim lcid As Integer
Dim returnValue As LabelCollection

returnValue = instance.GetAllLabels(lcid)
public LabelCollection GetAllLabels(
    int lcid
)

Paramètres

  • lcid
    Type : System.Int32

    Les objets Label sont associées LCID

Valeur renvoyée

Type : Microsoft.SharePoint.Client.Taxonomy.LabelCollection
LabelCollection de cet objet Term pour le paramètre spécifié lcid .

Exceptions

Exception Condition
ArgumentOutOfRangeException

La lcid n'est pas valide.

Remarques

Si les objets Label existent dans la spécifiée lcid, la valeur par défaut Label est ajouté tout d'abord à l'objet LabelCollection , suivi par les étiquettes de ceux définis par défaut.

Voir aussi

Référence

Term classe

Term - Membres

Microsoft.SharePoint.Client.Taxonomy - Espace de noms