TaxonomySession.GetTerms método
Obtém os objetos de Term para o objeto TaxonomySession atual.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assemblies: Microsoft.SharePoint.Client.Taxonomy.Silverlight (em Microsoft.SharePoint.Client.Taxonomy.Silverlight.dll); Microsoft.SharePoint.Client.Taxonomy.Phone (em Microsoft.SharePoint.Client.Taxonomy.Phone.dll) Microsoft.SharePoint.Client.Taxonomy (em Microsoft.SharePoint.Client.Taxonomy.dll)
Sintaxe
'Declaração
Public Function GetTerms ( _
labelMatchInformation As LabelMatchInformation _
) As TermCollection
'Uso
Dim instance As TaxonomySession
Dim labelMatchInformation As LabelMatchInformation
Dim returnValue As TermCollection
returnValue = instance.GetTerms(labelMatchInformation)
public TermCollection GetTerms(
LabelMatchInformation labelMatchInformation
)
Parâmetros
labelMatchInformation
Tipo: Microsoft.SharePoint.Client.Taxonomy.LabelMatchInformationRecupera objetos com base no rótulo específico que correspondam aos critérios.
Valor retornado
Tipo: Microsoft.SharePoint.Client.Taxonomy.TermCollection
Uma coleção classificada de objetos Term .