TermStore.GetTerms - Méthode
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 TermStore
Dim labelMatchInformation As LabelMatchInformation
Dim returnValue As TermCollection
returnValue = instance.GetTerms(labelMatchInformation)
public TermCollection GetTerms(
LabelMatchInformation labelMatchInformation
)
Paramètres
labelMatchInformation
Type : Microsoft.SharePoint.Client.Taxonomy.LabelMatchInformationIndique les critères de recherche à utiliser lors de la récupération des objets Term .
Valeur renvoyée
Type : Microsoft.SharePoint.Client.Taxonomy.TermCollection