Partager via


TaxonomySession.GetTerms - Méthode

Obtient Term objets pour l'objet TaxonomySession en cours.

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 GetTerms ( _
    labelMatchInformation As LabelMatchInformation _
) As TermCollection
'Utilisation
Dim instance As TaxonomySession
Dim labelMatchInformation As LabelMatchInformation
Dim returnValue As TermCollection

returnValue = instance.GetTerms(labelMatchInformation)
public TermCollection GetTerms(
    LabelMatchInformation labelMatchInformation
)

Paramètres

Valeur renvoyée

Type : Microsoft.SharePoint.Client.Taxonomy.TermCollection
Collection triée d'objets Term .

Voir aussi

Référence

TaxonomySession classe

TaxonomySession - Membres

Microsoft.SharePoint.Client.Taxonomy - Espace de noms